We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc5114 commit 1ccd0aaCopy full SHA for 1ccd0aa
templates/my.cnf.j2
@@ -1,3 +1,5 @@
1
+# {{ ansible_managed }}
2
+
3
[client]
4
#password = your_password
5
port = {{ mysql_port }}
templates/root-my.cnf.j2
user="{{ mysql_root_username }}"
password="{{ mysql_root_password }}"
templates/user-my.cnf.j2
user="{{ mysql_user_name }}"
password="{{ mysql_user_password }}"
0 commit comments