mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #10390 from vvanscherpenseel/patch-1
Update playbooks_vault.rst for a second i thought we were encrypting the passwords for the encryption of the encryption of passwords of the encryption
This commit is contained in:
commit
4ff841c2a2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ To run a playbook that contains vault-encrypted data files, you must pass one of
|
||||||
|
|
||||||
ansible-playbook site.yml --ask-vault-pass
|
ansible-playbook site.yml --ask-vault-pass
|
||||||
|
|
||||||
This prompt will then be used to decrypt (in memory only) any vault encrypted files that are accessed. Currently this requires that all passwords be encrypted with the same password.
|
This prompt will then be used to decrypt (in memory only) any vault encrypted files that are accessed. Currently this requires that all files be encrypted with the same password.
|
||||||
|
|
||||||
Alternatively, passwords can be specified with a file or a script, the script version will require Ansible 1.7 or later. When using this flag, ensure permissions on the file are such that no one else can access your key and do not add your key to source control::
|
Alternatively, passwords can be specified with a file or a script, the script version will require Ansible 1.7 or later. When using this flag, ensure permissions on the file are such that no one else can access your key and do not add your key to source control::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue