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