Dmitriy Rabotyagov f3364da086 Do not verify certificate for local connects
We don't issue certififcate for localhost, and mysqlclient acts as
a localhost connection while connecting thorugh socket as well.
While issuing cert for localhost may lead to unpredictable results
we just avoid verifying certificate when connecting locally.

Change-Id: I556ae69c33ab9cc984d7c01868403be49faa0dbc
2021-12-08 15:32:33 +02:00

16 lines
300 B
Django/Jinja

# {{ ansible_managed }}
[client]
user = root
password = {{ galera_root_password }}
socket = /var/run/mysqld/mysqld.sock
{% if galera_use_ssl | bool %}
ssl
{% endif %}
[mysql_upgrade]
user = root
password = {{ galera_root_password }}
socket = /var/run/mysqld/mysqld.sock
basedir = /usr