mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-24 02:44:20 +01:00
While this doesn't seem to make sense on first glance it is useful for systems which were screwed with Parallels Plesk, which renames the MySQL root user to "admin". This change allowes this role to be used while the server is transitioning from Plesk to Ansible.
4 lines
75 B
Django/Jinja
4 lines
75 B
Django/Jinja
[client]
|
|
user={{ mysql_root_username }}
|
|
password={{ mysql_root_password }}
|