From 5f2a05685a37bee423df10a2aa3ffbd9cb334602 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 22 Jan 2021 22:52:57 +0100 Subject: [PATCH] add instruction for edditing the vault --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7c7121b..d32571d 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ The ansible files for the pains-perdus infra. `ansible-playbook playbook.yml` Add `--check` to do a dry run + +## Edit the vault + +`ansible-vault edit group_vars/all/vault` + +with the edditor defined in the env varible `$EDITOR` and the password of the vault in the file `.vault_password` (Carefull not to commit it!!!)