This release has changed how passwords are handled. Passwords are no longer predefined and they are required to be populated before executing playbooks.
Minor Changes
- Comply with Security regulations #79
- Remove all hardcoded passwords
- Add validation for placeholder and empty passwords to fail playbook at beginning.
- Update readme with warnings and explanations for password usage.
- Add recommended steps to use Ansible Vault.
Bugfixes
- Change few variables with
'true'
totrue
where it was required (identified during testing). - Fix readme typo with incorrect role name.