From 06c3defe62777bd951ec3592b164379e86d720ce Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sun, 14 Aug 2022 10:21:09 +0100 Subject: [PATCH] configuring ansible.cfg to use hosts.ini and ansible/libary --- ansible/ansible.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 83181a0..b7d35ca 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,5 +1,3 @@ [defaults] -DEFAULT_MODULE_PATH=/Users/chatton/checkouts/HomeLab/ansible/library -# this isn't working? I had to use -# export ANSIBLE_LIBRARY="/Users/chatton/checkouts/HomeLab/ansible/library" -# instead \ No newline at end of file +default_module_path=ansible/library +inventory=hosts.ini