From 0814a37a769e89d48bfaa9d7dff3475de1991268 Mon Sep 17 00:00:00 2001 From: Linus Arver Date: Thu, 24 Mar 2016 19:09:29 -0700 Subject: [PATCH] examples/ansible.cfg: add vault_password_file --- examples/ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 0f4315e8c2c..b1a6774f35c 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -104,6 +104,10 @@ # if passing --private-key to ansible or ansible-playbook #private_key_file = /path/to/file +# 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 + # format of string {{ ansible_managed }} available within Jinja2 # templates indicates to users editing templates files will be replaced. # replacing {file}, {host} and {uid} and strftime codes with proper values.