diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..02cdd1e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,10 @@ +[defaults] +inventory = ./inventory/ +deprecation_warnings = False +command_warnings = False +pipelining = True +host_key_checking = False +callback_whitelist = ansible.posix.profile_tasks +stdout_callback = debug +bin_ansible_callbacks = True +interpreter_python = /usr/bin/python3 \ No newline at end of file