mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
10 lines
No EOL
188 B
INI
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 |