ansible: Set a longer connection timeout
[noc.git] / ansible / ansible.cfg
1 [defaults]
2 inventory = ./hosts
3 log_path = ./log
4 nocows=1
5 vault_password_file = ./gpg/get-vault-pass.sh
6
7 gathering = smart
8 var_compression_level = 9
9
10 timeout=30
11
12 [ssh_connection]
13 pipelining = True
14 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s