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