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