Add helper to edit ansible vault
/ terraform (push) Successful in 1m47s Details
/ ansible (push) Successful in 3m1s Details

This commit is contained in:
Jake Howard 2023-08-31 09:21:14 +01:00
parent ccadc7fbfa
commit 81ccfeed30
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 0 deletions

View File

@ -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