diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-01-16 16:22:42 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-01-16 16:22:42 +0100 |
commit | 09610d64315ce3194f509f69cab01c55bd61509f (patch) | |
tree | 30001386e13dbbc9ed8ba214951901ccea33e555 /endpoints.yml | |
parent | 05f87bd5db3c2a47daa2eb24bf06f11bdf5dfd3e (diff) | |
download | automato-09610d64315ce3194f509f69cab01c55bd61509f.tar.gz |
move examples
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 |