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