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

View 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