ansible-mysql/templates/root/my.cnf

9 lines
166 B
Plaintext

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