aboutsummaryrefslogtreecommitdiff
path: root/endpoints.yml
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints.yml')
-rw-r--r--endpoints.yml15
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