add a path to the vault key file

This commit is contained in:
Andreas Zweili 2021-11-15 16:57:48 +01:00
parent ba2ea28cf2
commit 2bad326b65
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ private_key_file = /etc/ansible/ansible.key
# If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line.
#vault_password_file = /path/to/vault_password_file
vault_password_file = /etc/ansible/vault.txt
# format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced.