mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed notation on entries, meant literal not italic
This commit is contained in:
parent
e4206d8ef5
commit
06e0b00035
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ As of version 2.3, Ansible can now use a vaulted variable that lives in an other
|
|||
other_plain_text: othervalue
|
||||
|
||||
|
||||
This vaulted variable be decrypted with the supplied vault secret and used as a normal variable. The `ansible-vault` command line supports stdin and stdout for encrypting data on the fly, which can be used from your favorite editor to create these vaulted variables; you just have to be sure to add the `!vault` tag so both Ansible and YAML are aware of the need to decrypt. The `|` is also required, as vault encryption results in a multi-line string.
|
||||
This vaulted variable be decrypted with the supplied vault secret and used as a normal variable. The ``ansible-vault`` command line supports stdin and stdout for encrypting data on the fly, which can be used from your favorite editor to create these vaulted variables; you just have to be sure to add the ``!vault`` tag so both Ansible and YAML are aware of the need to decrypt. The ``|`` is also required, as vault encryption results in a multi-line string.
|
||||
|
||||
|
||||
.. _speeding_up_vault:
|
||||
|
|
Loading…
Reference in a new issue