diff options
Diffstat (limited to 'host_vars/localhost.yml')
-rw-r--r-- | host_vars/localhost.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |