Add vault lookup script

This commit is contained in:
Luke Murphy 2020-03-22 12:50:51 +01:00
parent 1074148df9
commit a4e8406de8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
ansible/.vault.sh

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)