summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:52:30 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:52:30 +0000
commit2822b40326df4c24042b879a64389ce5e594fa5b (patch)
treef8cc582a2a7c57299bc730bdfb645d119e75f70e /ansible.cfg
parentde7032e7921ad11807a4a6a6a5e41d12a0e943c3 (diff)
downloadinfra-2822b40326df4c24042b879a64389ce5e594fa5b.tar.gz
infra-2822b40326df4c24042b879a64389ce5e594fa5b.tar.bz2
infra-2822b40326df4c24042b879a64389ce5e594fa5b.zip
Prepare to store encrypted secrets in the repo
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