-
- Downloads
Add suppport for changing password of symmetric vaults.
Allows changing passwords of symmetric waults, using a new variable `new_password` (or the file-base version, `new_password_file`). The old password must be passed using the `password` or `password_file` variables that also received new aliases `old_password` and `old_password_file`, respectively. Tests were modyfied to reflect the changes.
Showing
- README-vault.md 21 additions, 2 deletionsREADME-vault.md
- playbooks/vault/change-password-symmetric-vault.yml 1 addition, 1 deletionplaybooks/vault/change-password-symmetric-vault.yml
- plugins/modules/ipavault.py 108 additions, 21 deletionsplugins/modules/ipavault.py
- tests/vault/test_vault_symmetric.yml 64 additions, 0 deletionstests/vault/test_vault_symmetric.yml
Loading
Please register or sign in to comment