diff options
Diffstat (limited to 'host_vars/localhost.yml')
-rw-r--r-- | host_vars/localhost.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml new file mode 100644 index 0000000..5bb76b0 --- /dev/null +++ b/host_vars/localhost.yml @@ -0,0 +1,2 @@ +ansible_host: 127.0.0.1 +ansible_connection: local |