ansible-mysql/templates/root/my.cnf

8 lines
171 B
Plaintext

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