add secrets file to config
This commit is contained in:
parent
979df190dc
commit
f6f953f6c0
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue