Default MySQL works on jessie

This commit is contained in:
Emilien Mantel
2015-07-12 12:47:44 +02:00
parent 0627d4424c
commit 7b2439e590
9 changed files with 11 additions and 8 deletions

8
templates/root/my.cnf Normal file
View File

@@ -0,0 +1,8 @@
# ------------------------------------------
# {{ ansible_managed }}
# ------------------------------------------
[client]
user=root
pass={{ mysql_root_password }}