Merge pull request #10395 from AndrewLorente/patch-2

Mention `view` in the ansible vault docs
This commit is contained in:
Brian Coca 2015-03-10 10:43:05 -04:00
commit a4c7aca419

View file

@ -72,6 +72,17 @@ If you have existing files that you no longer want to keep encrypted, you can pe
ansible-vault decrypt foo.yml bar.yml baz.yml
.. _viewing_files:
Viewing Encrypted Files
```````````````````````
_Available since Ansible 1.8_
If you want to view the contents of an encrypted file without editing it, you can use the `ansible-vault view` command::
ansible-vault view foo.yml bar.yml baz.yml
.. _running_a_playbook_with_vault:
Running a Playbook With Vault