1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

munin - drop apache dependency and use stock munin.conf

This commit is contained in:
Jerry Vonau 2021-05-16 15:07:11 -05:00
parent 33a1212f4e
commit 5bcbf20999

View file

@ -5,7 +5,7 @@
- munin-node
- munin-plugins-extra
- libcgi-fast-perl
- libapache2-mod-fcgid
# - libapache2-mod-fcgid
state: present
when: is_debuntu
@ -17,10 +17,10 @@
state: present
when: not is_debuntu
- name: 'Install from template: /etc/munin/munin.conf'
template:
src: munin.conf.j2
dest: /etc/munin/munin.conf
#- name: 'Install from template: /etc/munin/munin.conf'
# template:
# src: munin.conf.j2
# dest: /etc/munin/munin.conf
- name: 'Install from template: /etc/{{ apache_conf_dir }}/munin24.conf'
template: