]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible: increase fact cache timeout
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Feb 2019 07:32:04 +0000 (08:32 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 6 Feb 2019 10:22:14 +0000 (10:22 +0000)
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 <gabrioux@redhat.com>
(cherry picked from commit b37c4adb32715b8749b7d6714a20b8b538bdf214)

ansible.cfg

index 74ee1b5a0429dc3733566af0ff272428da7d2649..5d2bd72e4cf5eac9aa68e5a75ae815d98145f357 100644 (file)
@@ -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