diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..a35402e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,10 @@ +[defaults] +inventory = ./hosts.ini + +[privilege_escalation] +become = True +become_ask_pass = True + +control_path = ${XDG_RUNTIME_DIR}/ssh-ansible-%%C +ssh_args = -oStrictHostKeyChecking=yes -oControlMaster=auto -oControlPersist=60s +pipelining = True |