add alias to see all vault alias
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
14b1ac38e2
commit
594ffcad44
@ -18,3 +18,6 @@ deploy_staging_base: generate-token
|
|||||||
generate-token:
|
generate-token:
|
||||||
export VAULT_TOKEN=`vault token create -policy=ansible -field="token" -period 6h`
|
export VAULT_TOKEN=`vault token create -policy=ansible -field="token" -period 6h`
|
||||||
|
|
||||||
|
view-allvault:
|
||||||
|
ansible-vault view `git grep -l "ANSIBLE_VAULT;1.1;AES256$$"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user