fix wrong deprecation warning for group-names
[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 ## https://github.com/ansible/ansible/issues/56930
20 force_valid_group_names = ignore
21
22
23 [ssh_connection]
24 pipelining = True
25 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s