ansible-roles/mongodb/handlers/main.yml
Jérémy Lecour 8aa7f6cf33
All checks were successful
continuous-integration/drone/push Build is passing
mongodb: install custom munin plugins
2020-07-17 13:48:18 +02:00

17 lines
260 B
YAML

---
# handlers file for mongodb
- name: restart mongod
service:
name: mongod
state: restarted
- name: restart mongodb
service:
name: mongodb
state: restarted
- name: restart munin-node
systemd:
name: munin-node
state: restarted