hackmd: enable monitoring via icinga

This commit is contained in:
Markus 2022-06-06 20:35:14 +02:00
parent 29b0201507
commit 9e194d1d6d
1 changed files with 5 additions and 0 deletions

View File

@ -103,3 +103,8 @@
- name: Start the hedgedoc service
service: name=hedgedoc state=started enabled=yes
- name: Enable monitoring
include_role: name=icinga-monitor tasks_from=http
vars:
vhost: "{{ hedgedoc_domain }}"