diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-02-07 01:26:41 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-02-07 01:26:41 +0100 |
commit | c2109e5561299b2a120d1a669d58f6147ca40fb1 (patch) | |
tree | 1d8193f8765498bfbd209a4bfb228559cd994294 /endpoints.yml | |
download | automato-c2109e5561299b2a120d1a669d58f6147ca40fb1.tar.gz |
first commit
Diffstat (limited to 'endpoints.yml')
-rw-r--r-- | endpoints.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/endpoints.yml b/endpoints.yml new file mode 100644 index 0000000..fad2160 --- /dev/null +++ b/endpoints.yml @@ -0,0 +1,15 @@ +host1: + transports: + ssh: + class: transport.SshTransport + hostname: 'localhost' + username: 'jonas' + commands: + notify: + class: command.NotifyCommand + transport: ssh + states: + user: + class: state.UserSessionState + transport: ssh + ttl: 30 |