munin-node: Initial version of munin-node role

This commit is contained in:
Timo Makinen 2021-03-18 22:35:11 +00:00
parent 64db5ca467
commit b287591b32
3 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart munin-node
service:
name: munin-node
state: restarted