aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/ws-work01
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2023-04-02 11:44:08 +0200
committerRomain Gonçalves <me@rgoncalves.se>2023-04-02 11:45:09 +0200
commit35498e61b26112b56dac4cdda213ebd69bca30b9 (patch)
tree996006ab542948069d37ac6459977cb0f8cf8631 /host_vars/ws-work01
parent0c70ea19a91fa28cc5f97364ce1276ad5ae6f898 (diff)
downloadrules-35498e61b26112b56dac4cdda213ebd69bca30b9.tar.gz
feat: ansible-vault with gopass + granular host_vars and group_vars
Diffstat (limited to 'host_vars/ws-work01')
-rw-r--r--host_vars/ws-work01/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/host_vars/ws-work01/main.yml b/host_vars/ws-work01/main.yml
new file mode 100644
index 0000000..fce88d3
--- /dev/null
+++ b/host_vars/ws-work01/main.yml
@@ -0,0 +1,7 @@
+---
+
+sshd_enable_x11_forwarding: true
+
+resolv_dns_servers:
+ - ip: 8.8.8.8
+ file: "{{ resolv_configuration_file }}.tail"
remember that computers suck.