mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update vault.py
Edit for conciseness and clarity.
This commit is contained in:
parent
2a2e02aea4
commit
ed413f2b28
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ class VaultCLI(CLI):
|
|||
passed on the ansible-playbook command line with *-e @file.yml* or *-e @file.json*.
|
||||
Role variables and defaults are also included!
|
||||
|
||||
Because Ansible tasks, handlers, and so on are also data, these can also be encrypted with vault.
|
||||
If you'd like to not betray what variables you are even using, you can go as far to keep an individual task file entirely encrypted.
|
||||
Because Ansible tasks, handlers, and other objects are data, these can also be encrypted with vault.
|
||||
If you'd like to not expose what variables you are using, you can keep an individual task file entirely encrypted.
|
||||
|
||||
The password used with vault currently must be the same for all files you wish to use together at the same time.
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue