src.nth.io/

summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2018-08-16 20:25:56 -0500
committerLuke Hoersten <[email protected]>2018-08-16 20:25:56 -0500
commit608c3aa2dd6a35d8fe434d60822314cc23bd4314 (patch)
tree3c3656929b8d26c42eb901f7274e24c033fed99c /ansible.cfg
Initial commit.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..60b2e57
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,17 @@
+[defaults]
+remote_tmp = ~/.ansible/tmp
+
+retry_files_enabled = false
+roles_path = ./roles
+become_flags = -H -S -n -E
+squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
+merge_multiple_cli_flags = true
+
+# SSH
+timeout = 10
+executable = /bin/bash
+host_key_checking = False
+#remote_port = 22
+
+[ssh_connection]
+pipelining = true