Merge pull request #9896 from resmo/fix/doc
doc: mention smart gathering for facts caching
This commit is contained in:
commit
b28ef1701f
1 changed files with 1 additions and 0 deletions
|
@ -791,6 +791,7 @@ the fact that they have not been communicated with in the current execution of /
|
|||
To configure fact caching, enable it in ansible.cfg as follows::
|
||||
|
||||
[defaults]
|
||||
gathering = smart
|
||||
fact_caching = redis
|
||||
fact_caching_timeout = 86400
|
||||
# seconds
|
||||
|
|
Loading…
Reference in a new issue