From: Guillaume Abrioux Date: Wed, 6 Feb 2019 07:32:04 +0000 (+0100) Subject: ansible: increase fact cache timeout X-Git-Tag: v4.0.0beta1~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b37c4adb32715b8749b7d6714a20b8b538bdf214;p=ceph-ansible.git ansible: increase fact cache timeout 10m seems a bit low, indeed, a complete run can take more than 1h. Let's increase it to 2h Signed-off-by: Guillaume Abrioux --- diff --git a/ansible.cfg b/ansible.cfg index 9cfa67788..3833b9e92 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,7 +14,7 @@ host_key_checking = False gathering = smart fact_caching = jsonfile fact_caching_connection = $HOME/ansible/facts -fact_caching_timeout = 600 +fact_caching_timeout = 7200 nocows = 1 callback_whitelist = profile_tasks stdout_callback = yaml