aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..c07b87a
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,15 @@
+[defaults]
+host_key_checking = False
+forks = 20
+stdout_callback = yaml
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = /tmp
+inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
+callback_whitelist = timer
+interpreter_python = auto
+
+[ssh_connection]
+pipelining = True
+retries = 5
+ssh_args = -o ControlMaster=auto -o ControlPersist=60s