Add vault lookup script
This commit is contained in:
parent
1074148df9
commit
a4e8406de8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
ansible/.vault.sh
|
5
ansible/.vault.sh
Executable file
5
ansible/.vault.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu -o pipefail
|
||||
|
||||
echo $(pass show hosts/autonomic-dokku/vault/password)
|
Reference in New Issue
Block a user