From f6f953f6c0f62502093fc293b64104c60ae93acc Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sun, 27 Apr 2025 18:06:44 +0200 Subject: [PATCH] add secrets file to config --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) 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}