munin-master: Remove localhost node
This commit is contained in:
parent
3e6c523b2f
commit
5752bed415
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue