This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
ansible-personal
Watch
1
Star
0
Fork
0
You've already forked ansible-personal
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
9dc3396544
ansible-personal
/
roles
/
mariadb
/
handlers
/
main.yml
6 lines
87 B
YAML
Raw
Normal View
History
Unescape
Escape
roles/mariadb: Manage /etc/mysql/my.cnf Set some sane defaults and manage the config file with a template.
2016-04-22 09:08:32 +02:00
---
-
name
:
restart mysql
roles/mariadb: Use systemd module instead of service
2017-11-02 22:54:13 +01:00
systemd
:
name=mysql state=restarted
roles/mariadb: Manage /etc/mysql/my.cnf Set some sane defaults and manage the config file with a template.
2016-04-22 09:08:32 +02:00
# vim: set ts=2 sw=2:
Reference in New Issue
Copy Permalink