From e9b658baae77d5eb157e399f461318ba7c5d9a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=8F=E6=9D=B0?= <982264618@qq.com> Date: Fri, 22 Jun 2018 23:24:18 +0800 Subject: [PATCH] update ansible.cfg example (#41832) --- examples/ansible.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index a2a3c54d370..f01abf56bfe 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -232,6 +232,13 @@ # current IP information. #fact_caching = memory +#This option tells Ansible where to cache facts. The value is plugin dependent. +#For the jsonfile plugin, it should be a path to a local directory. +#For the redis plugin, the value is a host:port:database triplet: fact_caching_connection = localhost:6379:0 + +#fact_caching_connection=/tmp + + # retry files # When a playbook fails by default a .retry file will be created in ~/