aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ea5cae..a84ddd5 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,13 @@ Usages
$ ansible-playbook deploy.yml -vD --tags="..."
```
+* View and edit the encrypted variables:
+
+ ```
+ $ ansible-vault view group_vars/all/vault.yml
+ $ ansible-vault edit group_vars/all/vault.yml
+ ```
+
References
----------
* Securing a Server with Ansible