From 39069a1bb01ffce78e9cafdffa6b4348f29b5385 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 11 Mar 2022 10:55:04 +0100 Subject: [PATCH] add vault edit to makefile --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index ad067a2..76bcd76 100644 --- a/makefile +++ b/makefile @@ -7,3 +7,6 @@ deploy_production: deploy_staging: ansible-playbook site.yml -i staging --vault-password-file=./ansible-vault-pass.sh + +edit-vault: + ansible-vault edit group_vars/all/all_vault --vault-password-file=./ansible-vault-pass.sh