12 lines
289 B
YAML
12 lines
289 B
YAML
---
|
|
|
|
- name: delete squid plugins
|
|
shell: "rm -f /etc/munin/plugins/squid_*"
|
|
notify:
|
|
- restart munin-node
|
|
|
|
- name: delete lxc interfaces plugins
|
|
shell: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
|
notify:
|
|
- restart munin-node
|