diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..4e4796a --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +hostfile = hosts.ini +log_path = ansible-log.log +host_key_checking = false +interpreter_python = /usr/bin/python3 +forks = 30 \ No newline at end of file