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>pull/3576/head
parent
cc0bf197e1
commit
b37c4adb32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue