mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-22 19:53:09 +00:00
Cache Ansible facts (speeds up reruns of the playbook)
This commit is contained in:
parent
f55052804b
commit
6e850b97e3
1 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
|
|
||||||
|
# fact caching
|
||||||
|
gathering = smart
|
||||||
|
fact_caching = jsonfile
|
||||||
|
fact_caching_connection = /tmp/facts_cache
|
||||||
|
|
||||||
|
# two hours timeout
|
||||||
|
fact_caching_timeout = 7200
|
Loading…
Reference in a new issue