ansible-mysql/templates/root/my.cnf

9 lines
170 B
Plaintext

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