From: Guillaume Abrioux Date: Wed, 6 Feb 2019 07:32:04 +0000 (+0100) Subject: ansible: increase fact cache timeout X-Git-Tag: v3.2.6~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0317831b5b7b45c2ff05c2cbc5eb8c02ed582ddb;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 (cherry picked from commit b37c4adb32715b8749b7d6714a20b8b538bdf214) --- diff --git a/ansible.cfg b/ansible.cfg index 74ee1b5a0..5d2bd72e4 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