diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..15f981d --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,2 @@ +skip_list: + - var-naming \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9c584bd..c889a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ inventory/ # Ignore .secret files.... you know, there secret... *.secret .vault-* +vault.secret # Ignore Caching cache/ diff --git a/ansible.cfg b/ansible.cfg index 0fd6374..ebae1c2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,7 +10,7 @@ fact_caching_connection = ./cache fact_caching_timeout = 86400 # Rollen-Pfade -roles_path = ./roles/global:./roles/custom +roles_path = ./roles/ # Vault-Einstellungen vault_password_file = ./vault.secret