diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..7cf95b4 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,11 @@ +[defaults] +host_key_checking = false +retry_files_enabled = false +gathering = smart +command_warnings = false +stdout_callback = skippy + +inventory = playbooks/inventory +fact_caching = jsonfile +fact_caching_connection = playbooks/.facts +vault_password_file = playbooks/.vault_password