From af5424d264b9a2c241ca8b36385a99f2ab475766 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 15 May 2020 15:00:18 -0400 Subject: [PATCH] 0.1.1-DEV-20200515-145959 ------------------------- * MODIFY: - ansible.cfg is now new and improved! yay! --- ansible.cfg | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 7a0beae..aeeeebf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,19 +1,20 @@ [defaults] -inventory = /home/chris/git/ansible/inventory/hosts -roles_path = /etc/ansible/roles -remote_tmp = /tmp/.ansible-${USER}/tmp -gathering = smart -gather_timeout = 30 -fact_caching = jsonfile +inventory = /home/chris/git/ansible/inventory/hosts +roles_path = /etc/ansible/roles +remote_tmp = /tmp/.ansible-${USER}/tmp +gathering = smart +gather_timeout = 30 +fact_path = /etc/ansible/facts.d +fact_caching = jsonfile fact_caching_connection = facts.d -fact_caching_timeout = 1800 -retry_files_enabled = False -forks = 8 -timeout = 30 -host_key_checking = False -display_skipped_hosts = False +fact_caching_timeout = 1800 +retry_files_enabled = False +forks = 8 +timeout = 30 +host_key_checking = False +display_skipped_hosts = False +interpreter_python = auto_silent # ansible_python_interpreter=/usr/bin/python3 -interpreter_python=auto_silent [ssh_connection]