4c457ebd0c025b6d712d55ea023d3c73224f89ca
[noc.git] / ansible / ansible.cfg
1 [defaults]
2 inventory = ./hosts.ini
3 roles_path = ./roles:../roles
4 log_path = ./log
5 nocows=1
6 vault_password_file = ./gpg/get-vault-pass.sh
7
8 gathering = smart
9 fact_caching = jsonfile
10 fact_caching_connection = ./.cache/facts
11 fact_caching_timeout = 7200
12
13 var_compression_level = 9
14
15 timeout=30
16
17 [ssh_connection]
18 pipelining = True
19 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s