summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: a35402e015a454351ed97030efe001e3c957cda3 (plain)
1
2
3
4
5
6
7
8
9
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