2015-07-12 16:50:23 +07:00
|
|
|
# ------------------------------------------
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
# ------------------------------------------
|
|
|
|
|
|
|
|
[client]
|
|
|
|
user=root
|
2017-11-02 20:29:24 +07:00
|
|
|
{% if mysql_vendor == 'mariadb_galera' %}
|
2017-10-27 20:16:53 +07:00
|
|
|
password="{{ mysql_root_password }}"
|
2017-11-02 20:29:24 +07:00
|
|
|
{% else %}
|
|
|
|
password={{ mysql_root_password }}
|
|
|
|
{% endif %}
|