ansible-nas/ansible.cfg

10 lines
No EOL
188 B
INI

[defaults]
retry_files_enabled = False
# fact caching
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/facts_cache
# two hours timeout
fact_caching_timeout = 7200