mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Default MySQL works on jessie
This commit is contained in:
8
templates/root/my.cnf
Normal file
8
templates/root/my.cnf
Normal file
@@ -0,0 +1,8 @@
|
||||
# ------------------------------------------
|
||||
# {{ ansible_managed }}
|
||||
# ------------------------------------------
|
||||
|
||||
[client]
|
||||
user=root
|
||||
pass={{ mysql_root_password }}
|
||||
|
||||
Reference in New Issue
Block a user