From 3bfdc9e905a30e8e8ffb4da0a2878dd797cab55c Mon Sep 17 00:00:00 2001 From: Richard Lam <54393902+richlamdev@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:32:47 -0700 Subject: [PATCH] minor tweaks to ansible.cfg --- ansible.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8c006c2..2603a71 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,7 +10,7 @@ inventory=inventory # desired when reviewing the error output from either ansible or ansible-playbook command. # There is a known Ansible bug. Comment either stdout_callback=yaml or bin_ansible_callbacks=True # to allow stdout from ansible -m shell -a commands to be viewed at the command line. -# + # Use the YAML callback plugin. stdout_callback=yaml @@ -36,7 +36,12 @@ ansible_python_interpreter=/usr/bin/python3 forks=20 -internal_poll_interval = 0.05 +internal_poll_interval = 0.001 + +gathering=smart +fact_caching=jsonfile +fact_caching_connection=/tmp/ansible_cache +fact_caching_timeout=86400 [ssh_connection] pipelining=True