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