From a88e928bf0fc95eaf48272b4c5b2f6c139bf4ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Thu, 25 Dec 2014 23:33:56 +0100 Subject: [PATCH] doc: mention smart gathering for facts caching --- docsite/rst/playbooks_variables.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index b4c5943ffbf..8b353f14cbf 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -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