From 3661680305bd7d47ae58dbe6f1fc139751c33cef Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Fri, 1 May 2020 15:41:07 +0200 Subject: [PATCH] minor --- ansible/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index 5de7c40..3eee38e 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -8,8 +8,10 @@ All the configuration is defined in `group_vars/all/vars.yml`, go check. Create a side `group_vars/all/vault.yml` for your secrets, and encrypt it with Ansible Vault: - ansible-vault encrypt group_vars/all/vault.yml - # other sub-commands: edit, decrypt... +```bash +ansible-vault encrypt group_vars/all/vault.yml +# other sub-commands: edit, decrypt... +``` I usually run the following command: