X-Git-Url: https://git.realraum.at/?p=noc.git;a=blobdiff_plain;f=ansible%2Fansible.cfg;h=1b707f83df504eed459b3cf4d3c3c4afb8b4b993;hp=3ea1456b796d63d7e7700acb76f5017c870c5c91;hb=5e35db35d3c1627ed3bde8725a28e3fd6ba234e1;hpb=b8bcef503229b3d6463133f37f7eb40e4b36ac56 diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 3ea1456..1b707f8 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,18 +1,25 @@ [defaults] 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 = ./facts +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