-
- Downloads
Fixes password behavior on Vault module.
This patch fixes handling of password and public_key files, parameter validation depending on vault type, usage of `salt` attribute and data retrieval. Tests were updated to reflect the changes. New example playbooks are added: playbooks/vault/vault-is-present-with-password-file.yml playbooks/vault/vault-is-present-with-public-key-file.yml playbooks/vault/retrive-data-asymmetric-vault.yml playbooks/vault/retrive-data-symmetric-vault.yml
Showing
- README-vault.md 33 additions, 9 deletionsREADME-vault.md
- playbooks/vault/change-password-symmetric-vault.yml 18 additions, 0 deletionsplaybooks/vault/change-password-symmetric-vault.yml
- playbooks/vault/data-archive-in-symmetric-vault.yml 1 addition, 1 deletionplaybooks/vault/data-archive-in-symmetric-vault.yml
- playbooks/vault/ensure-symetric-vault-is-present.yml 1 addition, 2 deletionsplaybooks/vault/ensure-symetric-vault-is-present.yml
- playbooks/vault/password.txt 1 addition, 0 deletionsplaybooks/vault/password.txt
- playbooks/vault/private.pem 27 additions, 0 deletionsplaybooks/vault/private.pem
- playbooks/vault/public.pem 9 additions, 0 deletionsplaybooks/vault/public.pem
- playbooks/vault/retrive-data-asymmetric-vault.yml 19 additions, 0 deletionsplaybooks/vault/retrive-data-asymmetric-vault.yml
- playbooks/vault/retrive-data-symmetric-vault.yml 18 additions, 0 deletionsplaybooks/vault/retrive-data-symmetric-vault.yml
- playbooks/vault/vault-is-present-with-password-file.yml 22 additions, 0 deletionsplaybooks/vault/vault-is-present-with-password-file.yml
- playbooks/vault/vault-is-present-with-public-key-file.yml 27 additions, 0 deletionsplaybooks/vault/vault-is-present-with-public-key-file.yml
- plugins/modules/ipauser.py 0 additions, 1 deletionplugins/modules/ipauser.py
- plugins/modules/ipavault.py 240 additions, 73 deletionsplugins/modules/ipavault.py
- tests/vault/in.txt 1 addition, 0 deletionstests/vault/in.txt
- tests/vault/password.txt 1 addition, 0 deletionstests/vault/password.txt
- tests/vault/private.pem 27 additions, 0 deletionstests/vault/private.pem
- tests/vault/public.pem 9 additions, 0 deletionstests/vault/public.pem
- tests/vault/test_vault.yml 225 additions, 25 deletionstests/vault/test_vault.yml
Loading
Please register or sign in to comment