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

6 lines
104 B
Text
Raw Normal View History

# {{ ansible_managed }}
[client]
user="{{ mysql_root_username }}"
password="{{ mysql_root_password }}"