mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update munin/tasks/nginx.yml
This commit is contained in:
parent
ef46a9dfe5
commit
b907f5aa1c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
template:
|
template:
|
||||||
src: munin24-nginx.conf.j2
|
src: munin24-nginx.conf.j2
|
||||||
dest: "{{ nginx_conf_dir }}/munin24-nginx.conf" # /etc/nginx/conf.d
|
dest: "{{ nginx_conf_dir }}/munin24-nginx.conf" # /etc/nginx/conf.d
|
||||||
when: munin_enabled
|
when: munin_enabled | bool
|
||||||
|
|
||||||
- name: Disable http://box/munin via NGINX, by installing {{ nginx_conf_dir }}/munin24-nginx.conf
|
- name: Disable http://box/munin via NGINX, by installing {{ nginx_conf_dir }}/munin24-nginx.conf
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue