ansible-role-apache/roles/ansible-role-mysql/templates/user-my.cnf.j2
2016-07-06 07:38:28 +10:00

3 lines
77 B
Django/Jinja
Executable file

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