aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-10-03 18:09:51 +0800
committerAaron LI <aly@aaronly.me>2019-10-03 18:09:51 +0800
commit6cbc71299aafa86ae574db6ae1c27069d72a4dfa (patch)
tree9581f97135b1dd2829b010fb59ba57e6ac7a9956 /README.md
parent9397be26eeb407e3ed41c983c04b1276f12357ff (diff)
downloadansible-dfly-vps-6cbc71299aafa86ae574db6ae1c27069d72a4dfa.tar.bz2
README: Add ansible-valut usage
Diffstat (limited to 'README.md')
-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