From a0dd74445b4460e5e7fa4c72bd478348eb960224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 5 Dec 2021 13:07:49 +0000 Subject: roles/workstation: Generate hostnames for ssh --- host_vars/localhost.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host_vars/localhost.yml') diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 5bb76b0..c212ded 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -1,2 +1,6 @@ ansible_host: 127.0.0.1 ansible_connection: local + +__ip: + external: 127.0.0.1 + internal: 127.0.0.1 -- cgit v1.2.3