From 8d87025817bdc000abc3b12b067efa2f8d0dca57 Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Tue, 10 Jun 2025 22:06:49 +0200 Subject: [PATCH] change config --- .ansible-lint | 2 ++ .gitignore | 1 + ansible.cfg | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .ansible-lint 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