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 /host_vars | |
parent | 9e16f39b59069e752bbd24f5408e39e8ac24ec79 (diff) | |
download | rules-d14d57a8259779a97586b826c7b69e9d852430ca.tar.gz |
feat(vars): add workstation + ws-work01 variables
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/ws-work01.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |