Skip to content
Snippets Groups Projects
Commit 55588ddc authored by nimrod's avatar nimrod
Browse files

Fetch the Vault password from the Keepass database.

parent 9fd6fe40
No related branches found
No related tags found
No related merge requests found
Pipeline #1375 passed
......@@ -12,6 +12,7 @@ pipelining = True
retry_files_save_path = /tmp/
system_warnings = True
unparsed_is_failed = True
vault_password_file = vault-passhole
verbosity = 2
[inventory]
......
#!/bin/sh
set -eu
ph show --field Password "${VAULT_PASSWORD_PATH:-shore.co.il/Ansible vault}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment