configuring ansible.cfg to use hosts.ini and ansible/libary
parent
5b035e876f
commit
06c3defe62
@ -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
|
||||
default_module_path=ansible/library
|
||||
inventory=hosts.ini
|
||||
|
||||
Loading…
Reference in New Issue