Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@marcelmamula marcelmamula released this 14 Jul 15:07

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' to true where it was required (identified during testing).
  • Fix readme typo with incorrect role name.