aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-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