From 3d8fab2d2c5640c98f966a946f36ae1594bac739 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 21 Mar 2020 00:12:12 -0400 Subject: [PATCH] 0.1.0-DEV-20200321-001126 ------------------------- * MODIFY: - modified ansible.cfg to be inline with our current standards --- ansible.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index e85a745..d450bd0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,13 +1,19 @@ [defaults] inventory = inventory/hosts -# roles_path = roles/ +roles_path = /etc/ansible/roles remote_tmp = /tmp/.ansible-${USER}/tmp gathering = smart gather_timeout = 30 fact_caching = jsonfile fact_caching_connection = facts.d -fact_caching_timeout = 600 +fact_caching_timeout = 86400 retry_files_enabled = False forks = 8 timeout = 30 host_key_checking = False +display_skipped_hosts = True + + +[ssh_connection] +pipelining = True +ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey