add secrets file to config

This commit is contained in:
Kevin Heyer 2025-04-27 18:06:44 +02:00
parent 979df190dc
commit f6f953f6c0

View file

@ -12,6 +12,9 @@ fact_caching_timeout = 86400
# Rollen-Pfade # Rollen-Pfade
roles_path = ./roles/global:./roles/custom roles_path = ./roles/global:./roles/custom
# Vault-Einstellungen
vault_password_file = ./vault.secret
# Ansible-Verhalten # Ansible-Verhalten
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by @{UID} on {host} ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by @{UID} on {host}