From 0317831b5b7b45c2ff05c2cbc5eb8c02ed582ddb Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 6 Feb 2019 08:32:04 +0100 Subject: [PATCH] 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 (cherry picked from commit b37c4adb32715b8749b7d6714a20b8b538bdf214) --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 74ee1b5a0..5d2bd72e4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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