munin_server: Fix config file paths

This commit is contained in:
Timo Makinen 2022-12-13 20:47:01 +00:00
parent d25e7f51e9
commit a6254f2fa5

View file

@ -82,7 +82,7 @@
- name: Create tls config
ansible.builtin.template:
dest: /etc/munin/conf.d/00-tls.conf
dest: /etc/munin/munin-conf.d/00-tls.conf
src: tls.conf.j2
mode: 0644
owner: root
@ -90,7 +90,7 @@
- name: Create host config
ansible.builtin.template:
dest: /etc/munin/conf.d/hosts.conf
dest: /etc/munin/munin-conf.d/hosts.conf
src: hosts.conf.j2
mode: 0644
owner: root
@ -98,7 +98,7 @@
- name: Create override config
ansible.builtin.copy:
dest: /etc/munin/conf.d/00-override.conf
dest: /etc/munin/munin-conf.d/00-override.conf
src: override.conf
mode: 0644
owner: root
@ -106,7 +106,7 @@
- name: Remove localhost node
ansible.builtin.file:
path: /etc/munin/conf.d/local.conf
path: /etc/munin/munin-conf.d/local.conf
state: absent
- name: Enable cron job