From 52e7aa80e2e00d73054c7ea9313289291f145e81 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 25 Nov 2023 00:32:50 -0500 Subject: [PATCH] re-added fact gather stuff --- ansible.cfg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index f678b47..33a3267 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,13 +2,12 @@ inventory = hosts roles_path = roles collections_path = collections -#remote_tmp = /tmp/.ansible-${USER}/tmp -#gathering = smart -#gather_timeout = 300 -#fact_path = facts.d -#fact_caching = jsonfile -#fact_caching_connection = facts.d -#fact_caching_timeout = 300 +gathering = smart +gather_timeout = 300 +fact_path = facts.d +fact_caching = jsonfile +fact_caching_connection = facts.d +fact_caching_timeout = 300 retry_files_enabled = False forks = 40 timeout = 30