ed902227d85ad93dd931fdfdae4a86568993c20a
[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 filter_plugins = ./filter_plugins
18
19 [ssh_connection]
20 pipelining = True
21 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s