From ad50bc4ccbc6273b58db23577347f98acad85b58 Mon Sep 17 00:00:00 2001 From: MarkusTeufelberger Date: Tue, 18 Feb 2020 10:31:28 +0100 Subject: [PATCH] Cache facts for 2 hours (#5633) Sets a 2 hour timeout value for facts caching. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 6069b3f6f..bd1bdb01a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,6 +11,7 @@ host_key_checking=False gathering = smart fact_caching = jsonfile fact_caching_connection = /tmp +fact_caching_timeout = 7200 stdout_callback = skippy library = ./library callback_whitelist = profile_tasks