ansible-role-apache/templates/python-my.cnf.j2
Sebastian Schwarz 64e337194c Make MySQL root username configurable
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.
2014-08-07 14:26:05 +02:00

3 lines
75 B
Django/Jinja

[client]
user={{ mysql_root_username }}
password={{ mysql_root_password }}