munin-master: Remove localhost node

This commit is contained in:
Timo Makinen 2021-03-18 11:07:47 +00:00
parent 3e6c523b2f
commit 5752bed415

View file

@ -21,6 +21,11 @@
group: "{{ ansible_wheel }}"
notify: restart apache
- name: remove localhost node
file:
path: /etc/munin/conf.d/local.conf
state: absent
- name: enable cron job
systemd:
name: munin.timer