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 }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
|
|
||||||
|
- name: remove localhost node
|
||||||
|
file:
|
||||||
|
path: /etc/munin/conf.d/local.conf
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: enable cron job
|
- name: enable cron job
|
||||||
systemd:
|
systemd:
|
||||||
name: munin.timer
|
name: munin.timer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue