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