Commit 55588ddc authored by nimrod's avatar nimrod
Browse files

Fetch the Vault password from the Keepass database.

parent 9fd6fe40
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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]

vault-passhole

0 → 100755
+4 −0
Original line number Diff line number Diff line
#!/bin/sh
set -eu

ph show --field Password "${VAULT_PASSWORD_PATH:-shore.co.il/Ansible vault}"