diff --git a/ansible.cfg b/ansible.cfg index f678b47..33a3267 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,13 +2,12 @@ inventory = hosts roles_path = roles collections_path = collections -#remote_tmp = /tmp/.ansible-${USER}/tmp -#gathering = smart -#gather_timeout = 300 -#fact_path = facts.d -#fact_caching = jsonfile -#fact_caching_connection = facts.d -#fact_caching_timeout = 300 +gathering = smart +gather_timeout = 300 +fact_path = facts.d +fact_caching = jsonfile +fact_caching_connection = facts.d +fact_caching_timeout = 300 retry_files_enabled = False forks = 40 timeout = 30