forked from infra/ansible
nextcloud: enable monitoring via icinga
This commit is contained in:
parent
02c5e0fa8f
commit
4f57cf5f62
@ -87,3 +87,8 @@
|
|||||||
|
|
||||||
- name: Start PostgreSQL
|
- name: Start PostgreSQL
|
||||||
service: name=postgresql state=started enabled=yes
|
service: name=postgresql state=started enabled=yes
|
||||||
|
|
||||||
|
- name: Enable monitoring
|
||||||
|
include_role: name=icinga-monitor tasks_from=http
|
||||||
|
vars:
|
||||||
|
vhost: "{{ nextcloud_domain }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user