summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: cf64db8ee1ef949c15c7a17a90735b40c56c9f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
[defaults]
inventory = ./hosts.ini
max_diff_size = 524288

[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