feat(tooling): added tasks to ease en/decrypt operations on vault files
This commit is contained in:
parent
93a3754ce4
commit
43d68e5cab
4 changed files with 41 additions and 0 deletions
6
scripts/pass_get_vault_id.sh
Executable file
6
scripts/pass_get_vault_id.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PASSWORD_STORE_BIN=${PASSWORD_STORE_BIN:-"pass"}
|
||||
ANSIBLE_PASS_PATH=${ANSIBLE_PASS_PATH:-"ansible/vault-id"}
|
||||
|
||||
$PASSWORD_STORE_BIN show "${ANSIBLE_PASS_PATH}"
|
Loading…
Add table
Add a link
Reference in a new issue