diff --git a/ansible.cfg b/ansible.cfg index 6927fc5..8cfcd9c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,20 +1,23 @@ [defaults] inventory = /etc/ansible/zen_inventory.yml roles_path = /etc/ansible/roles +collections_path = /etc/ansible/collections remote_tmp = /tmp/.ansible-${USER}/tmp gathering = smart -gather_timeout = 30 -fact_path = /etc/ansible/facts.d +gather_timeout = 300 +fact_path = facts.d fact_caching = jsonfile -fact_caching_connection = /etc/ansible/facts.d -fact_caching_timeout = 1800 +fact_caching_connection = facts.d +fact_caching_timeout = 300 retry_files_enabled = False -forks = 8 +forks = 40 timeout = 30 host_key_checking = False display_skipped_hosts = False -interpreter_python = auto_silent -# ansible_python_interpreter=/usr/bin/python3 +bin_ansible_callbacks = True +callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer +deprecation_warnings = False +command_warnings = False [ssh_connection]