From 154cfe056f305cf41e6ef089892b969a8065e644 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 16 Jul 2025 23:22:46 +0200 Subject: [PATCH] move and adjust ansible.cfg --- ansible/ansible.cfg => ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename ansible/ansible.cfg => ansible.cfg (92%) diff --git a/ansible/ansible.cfg b/ansible.cfg similarity index 92% rename from ansible/ansible.cfg rename to ansible.cfg index a8aaf6b..47a0ea0 100644 --- a/ansible/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = ./inventory/ +inventory = ./ansible/inventory/ host_key_checking = False retry_files_enabled = False private_key_file = ~/.ssh/ansible_key @@ -11,7 +11,7 @@ fact_caching_connection = ./cache fact_caching_timeout = 86400 # Rollen-Pfade -roles_path = ./roles/ +roles_path = ./ansible/roles/ # Vault-Einstellungen vault_password_file = ./vault.secret