v2.2.4: Change admin password after first install
Thanks to @guwi17 for reporting #113 leading to this final enhancement.
- Admin password detection (default or configured) could be clumsy on some situations (nexus-data dir being present on a mounted volume while still first installing nexus....)
- Admin password can now be changed after first installation. You need to
- Set the new password in
nexus_admin_password
in your playbook - Run your playbook with an extra var (i.e
ansible-playbook -i inventory.ini your_playbook.yml -e nexus_default_admin_password=OldPassword
. See https://github.com/ansible-ThoTeam/nexus3-oss/blob/master/README.md#change-admin-password-after-first-install
- Set the new password in