Add helper to edit ansible vault
This commit is contained in:
parent
ccadc7fbfa
commit
81ccfeed30
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -29,6 +29,9 @@ update-secrets:
|
||||||
ansible-deploy *ARGS:
|
ansible-deploy *ARGS:
|
||||||
cd ansible/ && ansible-playbook main.yml --vault-password-file=vault-pass.sh -K {{ ARGS }}
|
cd ansible/ && ansible-playbook main.yml --vault-password-file=vault-pass.sh -K {{ ARGS }}
|
||||||
|
|
||||||
|
ansible-vault ACTION *ARGS:
|
||||||
|
cd ansible/ && ansible-vault {{ ACTION }} --vault-password-file=vault-pass.sh {{ ARGS }}
|
||||||
|
|
||||||
terraform-lint:
|
terraform-lint:
|
||||||
just terraform validate
|
just terraform validate
|
||||||
just terraform fmt -check -recursive
|
just terraform fmt -check -recursive
|
||||||
|
|
Loading…
Reference in a new issue