From 76e9da039e0b6ecac53a0b7325d4c7bcf36a119f Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 16 Apr 2020 12:05:42 -0400 Subject: [PATCH] 0.1.0-DEV-20200416-120457 ------------------------- * MODIFY: - modified ansible.cfg to be more in line with our needs --- ansible.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index d450bd0..442aca5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,12 +6,14 @@ gathering = smart gather_timeout = 30 fact_caching = jsonfile fact_caching_connection = facts.d -fact_caching_timeout = 86400 +fact_caching_timeout = 300 retry_files_enabled = False forks = 8 timeout = 30 host_key_checking = False -display_skipped_hosts = True +display_skipped_hosts = False +# ansible_python_interpreter=/usr/bin/python3 +interpreter_python=auto_silent [ssh_connection]