mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
checkin
This commit is contained in:
parent
a2c79f9a31
commit
4778ad5e3c
25 changed files with 206 additions and 38 deletions
|
@ -30,7 +30,7 @@
|
|||
mode: 0644
|
||||
with_items:
|
||||
- { src: 'munin.conf.j2', dest: '/etc/munin/munin.conf' }
|
||||
- { src: 'munin24.conf.j2', dest: '/etc/{{ apache_config_dir }}/munin24.conf' }
|
||||
- { src: 'munin24-nginx.conf.j2', dest: '/etc/nginx/conf.d/munin24-nginx.conf' }
|
||||
|
||||
- name: Establish username/password Admin/changeme in /etc/munin/munin-htpasswd
|
||||
htpasswd:
|
||||
|
|
4
roles/munin/templates/munin24-nginx.conf.j2
Normal file
4
roles/munin/templates/munin24-nginx.conf.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
location /munin {
|
||||
alias /var/cache/munin/www/ ;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue