diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:08:33 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:29:39 +0100 |
commit | d14d57a8259779a97586b826c7b69e9d852430ca (patch) | |
tree | e1b13fc475fb284627897ced30e527c1b80cb0bd | |
parent | 9e16f39b59069e752bbd24f5408e39e8ac24ec79 (diff) | |
download | rules-d14d57a8259779a97586b826c7b69e9d852430ca.tar.gz |
feat(vars): add workstation + ws-work01 variables
-rw-r--r-- | group_vars/workstations.yml | 3 | ||||
-rw-r--r-- | host_vars/ws-work01.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/group_vars/workstations.yml b/group_vars/workstations.yml new file mode 100644 index 0000000..09a770c --- /dev/null +++ b/group_vars/workstations.yml @@ -0,0 +1,3 @@ +--- + +sshd_listen_port: 71 diff --git a/host_vars/ws-work01.yml b/host_vars/ws-work01.yml new file mode 100644 index 0000000..7a78ae9 --- /dev/null +++ b/host_vars/ws-work01.yml @@ -0,0 +1,3 @@ +--- + +sshd_enable_x11_forwarding: true |