nextcloud: enable monitoring via icinga

This commit is contained in:
Markus 2022-06-06 21:06:23 +02:00
parent 02c5e0fa8f
commit 4f57cf5f62
1 changed files with 5 additions and 0 deletions

View File

@ -87,3 +87,8 @@
- name: Start PostgreSQL
service: name=postgresql state=started enabled=yes
- name: Enable monitoring
include_role: name=icinga-monitor tasks_from=http
vars:
vhost: "{{ nextcloud_domain }}"