diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..64f953e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +inventory = ./inventory +roles_path = ./roles +host_key_checking = False +COLLECTIONS_PATH = ~/.ansible/collections:~/ansible_collections/ \ No newline at end of file