]> 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 08:58:52 +0000 (08:58 +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>
ansible.cfg

index 9cfa67788be2980ef683fe882f1229ebedcfbfea..3833b9e929b960dfce391f12156d0f483123ddce 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
 stdout_callback = yaml