fix wrong deprecation warning for group-names
[noc.git] / ansible / ansible.cfg
index 3be1971..1b707f8 100644 (file)
@@ -1,5 +1,6 @@
 [defaults]
 inventory = ./hosts.ini
+roles_path = ./roles:../roles
 log_path = ./log
 nocows=1
 vault_password_file = ./gpg/get-vault-pass.sh
@@ -13,6 +14,12 @@ 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