ansible-nas/ansible.cfg

10 lines
188 B
INI
Raw Normal View History

2017-08-28 15:31:54 +00:00
[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