diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..cca0d36 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,8 @@ +[defaults] +collections_paths = /root/.ansible/collections:/usr/share/ansible/collections +inventory = inventories/hosts.yml +host_key_checking = False +remote_user = root + +[inventory] +enable_plugins = auto, yaml, toml \ No newline at end of file