aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-02-18 16:55:15 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-02-18 16:55:15 -0800
commit86d469ff8ebc4d512c2a7afe7353cd34311a748f (patch)
tree2f53bcae4e87d8efaa6a1d477435590c5a3210ab
parentuse .ini for inventory file (diff)
downloadansible-86d469ff8ebc4d512c2a7afe7353cd34311a748f.tar.gz
ansible-86d469ff8ebc4d512c2a7afe7353cd34311a748f.tar.bz2
ansible-86d469ff8ebc4d512c2a7afe7353cd34311a748f.zip
feat: merge earlier configs
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--ansible.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index d36291e..4ec9e53 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -6,6 +6,14 @@ interpreter_python = /usr/bin/python;
strategy = free
; Run 10 hosts at once.
forks = 10
+; Performance
+i_am_no_fun=True
+pipelining = True
+gathering = smart
+allow_world_readable_tmpfiles = true
+fact_caching = jsonfile
+fact_caching_connection = $HOME/ansible_fact_cache
+fact_caching_timeout = 86400
[colors]
error = bright red