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
Guillaume Abrioux 2019-02-06 08:32:04 +01:00 committed by mergify[bot]
parent 7db797d8df
commit 0317831b5b
1 changed files with 1 additions and 1 deletions

View File

@ -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