diff options
Diffstat (limited to 'example/test/endpoints.yml')
-rw-r--r-- | example/test/endpoints.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/example/test/endpoints.yml b/example/test/endpoints.yml new file mode 100644 index 0000000..e52cd70 --- /dev/null +++ b/example/test/endpoints.yml @@ -0,0 +1,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 |