From 5752bed41519f90691759ad6c0b0206c64e2e486 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 18 Mar 2021 11:07:47 +0000 Subject: [PATCH] munin-master: Remove localhost node --- roles/munin-master/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/munin-master/tasks/main.yml b/roles/munin-master/tasks/main.yml index 95a2d3f..6dd4fa1 100644 --- a/roles/munin-master/tasks/main.yml +++ b/roles/munin-master/tasks/main.yml @@ -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