From 30cde13cb95085ddd6e2d6ce7e3166d2b0d78e8b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 16 Apr 2021 21:28:27 -0400 Subject: [PATCH] 0.1.4-DEV-20210416-212810 ------------------------- * MODIFY: - ansible.cfg changes --- ansible.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index fc298d5..f1d2d93 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = /home/chris/git/ansible/inventory/hosts +inventory = /etc/ansible/zen_inventory.yml roles_path = /etc/ansible/roles remote_tmp = /tmp/.ansible-${USER}/tmp gathering = smart @@ -9,12 +9,14 @@ fact_caching = jsonfile fact_caching_connection = /etc/ansible/facts.d fact_caching_timeout = 1800 retry_files_enabled = False -forks = 8 +forks = 15 timeout = 30 host_key_checking = False display_skipped_hosts = False interpreter_python = auto_silent # ansible_python_interpreter=/usr/bin/python3 +bin_ansible_callbacks = true +callback_whitelist = yaml, timer, profile_tasks, profile_roles [ssh_connection]