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

Merge pull request #2779 from jvonau/munin

munin - drop apache dependency and use stock munin.conf
This commit is contained in:
A Holt 2021-05-16 16:41:11 -04:00 committed by GitHub
commit 6da9309a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

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: