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
|
- name: Create tls config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/munin/conf.d/00-tls.conf
|
dest: /etc/munin/munin-conf.d/00-tls.conf
|
||||||
src: tls.conf.j2
|
src: tls.conf.j2
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
- name: Create host config
|
- name: Create host config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/munin/conf.d/hosts.conf
|
dest: /etc/munin/munin-conf.d/hosts.conf
|
||||||
src: hosts.conf.j2
|
src: hosts.conf.j2
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
- name: Create override config
|
- name: Create override config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/munin/conf.d/00-override.conf
|
dest: /etc/munin/munin-conf.d/00-override.conf
|
||||||
src: override.conf
|
src: override.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
- name: Remove localhost node
|
- name: Remove localhost node
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/munin/conf.d/local.conf
|
path: /etc/munin/munin-conf.d/local.conf
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Enable cron job
|
- name: Enable cron job
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue