mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit b37c4adb32
)
pull/3577/head
parent
7db797d8df
commit
0317831b5b
|
@ -14,7 +14,7 @@ host_key_checking = False
|
||||||
gathering = smart
|
gathering = smart
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = $HOME/ansible/facts
|
fact_caching_connection = $HOME/ansible/facts
|
||||||
fact_caching_timeout = 600
|
fact_caching_timeout = 7200
|
||||||
nocows = 1
|
nocows = 1
|
||||||
callback_whitelist = profile_tasks
|
callback_whitelist = profile_tasks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue