Rolle zur Installation und Konfiguration eines MariaDB-Servers
This commit is contained in:
commit
1d782e22e6
7 changed files with 86 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart munin-node
|
||||
service: name=munin-node state=restarted
|
||||
|
||||
- name: restart mysql
|
||||
service: name=mariadb state=restarted
|
Loading…
Add table
Add a link
Reference in a new issue