diff options
author | Aaron LI <aly@aaronly.me> | 2019-10-03 18:09:51 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-10-03 18:09:51 +0800 |
commit | 6cbc71299aafa86ae574db6ae1c27069d72a4dfa (patch) | |
tree | 9581f97135b1dd2829b010fb59ba57e6ac7a9956 | |
parent | 9397be26eeb407e3ed41c983c04b1276f12357ff (diff) | |
download | ansible-dfly-vps-6cbc71299aafa86ae574db6ae1c27069d72a4dfa.tar.bz2 |
README: Add ansible-valut usage
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |