Add vault lookup script

This commit is contained in:
Luke Murphy
2020-03-22 12:50:51 +01:00
parent 1074148df9
commit a4e8406de8
2 changed files with 5 additions and 1 deletions

5
ansible/.vault.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eu -o pipefail
echo $(pass show hosts/autonomic-dokku/vault/password)