From 35498e61b26112b56dac4cdda213ebd69bca30b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 2 Apr 2023 11:44:08 +0200 Subject: feat: ansible-vault with gopass + granular host_vars and group_vars --- host_vars/ws-work01/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 host_vars/ws-work01/main.yml (limited to 'host_vars/ws-work01') 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" -- cgit v1.2.3