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-node
|
||||||
- munin-plugins-extra
|
- munin-plugins-extra
|
||||||
- libcgi-fast-perl
|
- libcgi-fast-perl
|
||||||
- libapache2-mod-fcgid
|
# - libapache2-mod-fcgid
|
||||||
state: present
|
state: present
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
||||||
state: present
|
state: present
|
||||||
when: not is_debuntu
|
when: not is_debuntu
|
||||||
|
|
||||||
- name: 'Install from template: /etc/munin/munin.conf'
|
#- name: 'Install from template: /etc/munin/munin.conf'
|
||||||
template:
|
# template:
|
||||||
src: munin.conf.j2
|
# src: munin.conf.j2
|
||||||
dest: /etc/munin/munin.conf
|
# dest: /etc/munin/munin.conf
|
||||||
|
|
||||||
- name: 'Install from template: /etc/{{ apache_conf_dir }}/munin24.conf'
|
- name: 'Install from template: /etc/{{ apache_conf_dir }}/munin24.conf'
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue