agaric-coop/box/provisioning/roles/geerlingguy.mysql/templates/user-my.cnf.j2

6 lines
100 B
Text
Raw Normal View History

# {{ ansible_managed }}
[client]
user="{{ mysql_user_name }}"
password="{{ mysql_user_password }}"