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-bare01/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 host_vars/ws-bare01/main.yml (limited to 'host_vars/ws-bare01/main.yml') diff --git a/host_vars/ws-bare01/main.yml b/host_vars/ws-bare01/main.yml new file mode 100644 index 0000000..bec2b63 --- /dev/null +++ b/host_vars/ws-bare01/main.yml @@ -0,0 +1,5 @@ +--- + +__ip: + external: dhcp + internal: 10.10.0.80 -- cgit v1.2.3