move and adjust ansible.cfg

This commit is contained in:
= 2025-07-16 23:22:46 +02:00
parent 9bddf872f3
commit 154cfe056f

View file

@ -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