diff options
-rw-r--r-- | ansible.cfg | 2 | ||||
-rw-r--r-- | inventory/ansible.ini (renamed from inventory/ansible.hosts) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index cdf7c7a..d36291e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = inventory/ansible.json; +inventory = inventory/ansible.ini ; Don't whine about the python interpreter interpreter_python = /usr/bin/python; ; Don't wait for each host to finish. diff --git a/inventory/ansible.hosts b/inventory/ansible.ini index a8162cc..a8162cc 100644 --- a/inventory/ansible.hosts +++ b/inventory/ansible.ini |