summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 4423c2a..d5556bf 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,6 +2,7 @@
inventory = hosts.ini
roles_path = roles
remote_user = root
+vault_password_file = bin/decrypt-vault-password.sh
# Don't want to see warning about Python. On everything I run, proper Python 3
# should be discoverable.
interpreter_python = auto_silent