munin_server: Fix config file paths
This commit is contained in:
parent
d25e7f51e9
commit
a6254f2fa5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue