fix wrong deprecation warning for group-names
[noc.git] / ansible / ansible.cfg
index 9621dfc..1b707f8 100644 (file)
@@ -1,14 +1,25 @@
 [defaults]
-inventory = ./hosts
+inventory = ./hosts.ini
+roles_path = ./roles:../roles
 log_path = ./log
 nocows=1
 vault_password_file = ./gpg/get-vault-pass.sh
 
 gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ./.cache/facts
+fact_caching_timeout = 7200
+
 var_compression_level = 9
 
 timeout=30
 
+filter_plugins = ./filter_plugins
+
+## https://github.com/ansible/ansible/issues/56930
+force_valid_group_names = ignore
+
+
 [ssh_connection]
 pipelining = True
 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s