[mysql] update password issue #11

Open
opened 2019-03-21 15:26:06 +01:00 by jlecour · 0 comments
Owner

Issue imported from forge.evolix.org on 2019-03-21 14:26:06

  • Project: ansible-roles
  • Issue: 2448
  • Tracker: Evolution
  • Status: Nouveau
  • Author: Jérémy L.
  • Category:
  • Started at: 2018-06-29 00:00:00
  • Done ratio: 0
  • Created at: 2018-06-29 13:17:06
  • Updated at: 2018-06-29 13:17:06

If the "mysqladmin" or "debian-sys-maint" user exists, but the "mysql_user" task needs to be executed (for a change of privileges, for exemple) then the user is updated (but not its password, since "update_password: on_create" but the password stored in the file is updated.

We need to find a way to reuse the current password if present, instead of always creating a new password.

PS : remember to also patch the "mysql_oracle" role.

> **Issue imported from forge.evolix.org on 2019-03-21 14:26:06** > * Project: ansible-roles > * Issue: 2448 > * Tracker: Evolution > * Status: Nouveau > * Author: Jérémy L. > * Category: > * Started at: 2018-06-29 00:00:00 > * Done ratio: 0 > * Created at: 2018-06-29 13:17:06 > * Updated at: 2018-06-29 13:17:06 If the "mysqladmin" or "debian-sys-maint" user exists, but the "mysql\_user" task needs to be executed (for a change of privileges, for exemple) then the user is updated (but not its password, since "update\_password: on\_create" but the password stored in the file is updated. We need to find a way to reuse the current password if present, instead of always creating a new password. PS : remember to also patch the "mysql\_oracle" role.
benpro added the
bug
label 2019-08-14 10:16:43 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/ansible-roles#11
No description provided.