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
pull/10392/head
Brian Coca 10 years ago
commit 4ff841c2a2

@ -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
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::

Loading…
Cancel
Save