blob: e52cd70968490bfd20eab6c91ed82b393d403335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
host1:
info:
hostname: 'localhost'
mac: 90:1b:0e:4a:d8:1b
transports:
ssh:
class: automato.transport.SshTransport
hostname: 'localhost'
username: 'jonas'
allow_agent: True
commands:
notify:
class: automato.command.NotifyCommand
transport: ssh
wol:
class: automato.command.WakeOnLanCommand
states:
user:
class: automato.state.UserSessionState
transport: ssh
ttl: 30
|