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