From 09610d64315ce3194f509f69cab01c55bd61509f Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 16 Jan 2024 16:22:42 +0100 Subject: move examples --- endpoints.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 endpoints.yml (limited to 'endpoints.yml') 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 -- cgit v1.2.3