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:
parent
33a1212f4e
commit
5bcbf20999
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue