From 76af5e5e55fce3912608722cd5f774c215f34c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 8 Feb 2024 13:27:52 +0100 Subject: refactor(vars): flatten group_vars and host_vars files --- host_vars/localhost/main.yml | 8 -------- 1 file changed, 8 deletions(-) delete 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 deleted file mode 100644 index 2947445..0000000 --- a/host_vars/localhost/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- - -ansible_host: 127.0.0.1 -ansible_connection: local - -__ip: - external: 127.0.0.1 - internal: 127.0.0.1 -- cgit v1.2.3