diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-20 21:47:05 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-20 22:18:40 -0500 |
commit | a9f922880b95f50435aa7224ab1a677828941448 (patch) | |
tree | da6d058f94f4749989b1d96bd2e615b54e0e958b | |
parent | inventory: update (diff) | |
download | ansible-a9f922880b95f50435aa7224ab1a677828941448.tar.gz ansible-a9f922880b95f50435aa7224ab1a677828941448.tar.bz2 ansible-a9f922880b95f50435aa7224ab1a677828941448.zip |
use .ini for inventory file
For editors
Signed-off-by: John Helmert III <ajak@gentoo.org>
-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 |