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/localhost/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host_vars/localhost/main.yml (limited to 'host_vars/localhost') diff --git a/host_vars/localhost/main.yml b/host_vars/localhost/main.yml new file mode 100644 index 0000000..2947445 --- /dev/null +++ b/host_vars/localhost/main.yml @@ -0,0 +1,8 @@ +--- + +ansible_host: 127.0.0.1 +ansible_connection: local + +__ip: + external: 127.0.0.1 + internal: 127.0.0.1 -- cgit v1.2.3