Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention view in the ansible vault docs #10395

Merged
merged 1 commit into from
Mar 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docsite/rst/playbooks_vault.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down