forked from infra/ansible
matrix: enable monitoring via icinga
This commit is contained in:
parent
4f57cf5f62
commit
8bf2704c9b
@ -46,3 +46,8 @@
|
|||||||
- name: Enable vhost
|
- name: Enable vhost
|
||||||
file: src=/etc/nginx/sites-available/matrix dest=/etc/nginx/sites-enabled/matrix state=link
|
file: src=/etc/nginx/sites-available/matrix dest=/etc/nginx/sites-enabled/matrix state=link
|
||||||
notify: Restart nginx
|
notify: Restart nginx
|
||||||
|
|
||||||
|
- name: Enable monitoring
|
||||||
|
include_role: name=icinga-monitor tasks_from=http
|
||||||
|
vars:
|
||||||
|
vhost: "{{ matrix_domain }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user