roles/mariadb: Manage /etc/mysql/my.cnf

Set some sane defaults and manage the config file with a template.
This commit is contained in:
2016-04-22 10:08:32 +03:00
parent ebf79c5b07
commit bedc820312
4 changed files with 228 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart mysql
service: name=mysql state=restarted
# vim: set ts=2 sw=2: