aboutsummaryrefslogtreecommitdiff
path: root/endpoints.yml
blob: c4d35bc4fce76ed0bef79c89bf6373f367dd73fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
host1:
  transports:
    ssh:
      class: automato.transport.SshTransport
      hostname: 'localhost'
      username: 'jonas'
  commands:
    notify:
      class: automato.command.NotifyCommand
      transport: ssh
  states:
    user:
      class: automato.state.UserSessionState
      transport: ssh
      ttl: 30