Commit 2d17d18c by Brian Coca

mentioned gathering settings in fact caching.

parent ae17b993
...@@ -762,6 +762,8 @@ To configure fact caching, enable it in ansible.cfg as follows:: ...@@ -762,6 +762,8 @@ To configure fact caching, enable it in ansible.cfg as follows::
fact_caching_timeout = 86400 fact_caching_timeout = 86400
# seconds # seconds
You might also want to change the 'gathering' setting to 'smart' or 'explicit' or set gather_facts to False in most plays.
At the time of writing, Redis is the only supported fact caching engine. At the time of writing, Redis is the only supported fact caching engine.
To get redis up and running, perform the equivalent OS commands:: To get redis up and running, perform the equivalent OS commands::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment