diff options
-rw-r--r-- | endpoints.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/endpoints.yml b/endpoints.yml index 8a59517..e52cd70 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1,20 +1,19 @@ host1: + info: + hostname: 'localhost' + mac: 90:1b:0e:4a:d8:1b transports: ssh: class: automato.transport.SshTransport hostname: 'localhost' username: 'jonas' allow_agent: True - meta: - class: automato.transport.MetaDataTransport - mac: 00:00:00:00:00:00 commands: notify: class: automato.command.NotifyCommand transport: ssh wol: class: automato.command.WakeOnLanCommand - transport: meta states: user: class: automato.state.UserSessionState |