Adding temp sensors, sensors and split specific tasks for physical servers

This commit is contained in:
VC
2020-01-05 15:42:55 +01:00
parent abb8f9dce9
commit 369bd4fc62
3 changed files with 44 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
- name: delete squid plugins
shell:
cmd: "rm -f /etc/munin/plugins/squid_*"
warn: False
notify:
- restart munin-node
- name: delete lxc interfaces plugins
shell:
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
warn: False
notify:
- restart munin-node