diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-02-24 23:37:16 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-02-24 23:37:16 -0800 |
commit | 9c0a77aab260ebb9dd500b006c7c7f1e75c5544e (patch) | |
tree | ff5a3eb36ffa9e9e71da9a64a0221f56af2560a6 | |
parent | gentoo_install: tweak to non-LVM rootfs (diff) | |
download | ansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.tar.gz ansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.tar.bz2 ansible-9c0a77aab260ebb9dd500b006c7c7f1e75c5544e.zip |
ansible: fix inventory & config
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | ansible.cfg | 2 | ||||
-rw-r--r-- | inventory/ansible.ini | 12 |
2 files changed, 4 insertions, 10 deletions
diff --git a/ansible.cfg b/ansible.cfg index 4ec9e53..0b850d5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] inventory = inventory/ansible.ini ; Don't whine about the python interpreter -interpreter_python = /usr/bin/python; +;interpreter_python = /usr/bin/python; ; Don't wait for each host to finish. strategy = free ; Run 10 hosts at once. diff --git a/inventory/ansible.ini b/inventory/ansible.ini index a8162cc..84b0787 100644 --- a/inventory/ansible.ini +++ b/inventory/ansible.ini @@ -1,26 +1,20 @@ [gentoo] albatross.gentoo.org -auklet.gentoo.org avocet.gentoo.org bittern.gentoo.org bobolink.gentoo.org dipper.gentoo.org finch.gentoo.org -gadwall.gentoo.org -gallinule.gentoo.org -gannet.gentoo.org -geese.gentoo.org -godwit.gentoo.org -goldeneye.gentoo.org -groundroller.gentoo.org +goshawk.gentoo.org inca.gentoo.org jacamar.gentoo.org kestrel.gentoo.org killdeer.gentoo.org kingbird.gentoo.org -kookaburra.gentoo.org +#kookaburra.gentoo.org martin.gentoo.org meadowlark.gentoo.org +mockingbird.gentoo.org motmot.gentoo.org nighthawk.gentoo.org # oriole.gentoo.org |