ansible-roles/mysql/templates/client.cnf.j2

7 lines
164 B
Django/Jinja

# The following options will be passed to all MariaDB clients
[client]
#password = your_password
port = 3306
socket = {{ mysql_socket }}