mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Mention view
in the ansible vault docs
This commit is contained in:
parent
761540e9fd
commit
822c401a71
1 changed files with 11 additions and 0 deletions
|
@ -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
|
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:
|
||||||
|
|
||||||
Running a Playbook With Vault
|
Running a Playbook With Vault
|
||||||
|
|
Loading…
Reference in a new issue