From 2bad326b656caa1a084d7cb86ac46c155e3f7cbb Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 15 Nov 2021 16:57:48 +0100 Subject: [PATCH] add a path to the vault key file --- templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index abebd20..a2f33c6 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -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.