mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
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:
|
||||
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:
|
||||
just terraform validate
|
||||
just terraform fmt -check -recursive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue