drone: enable monitoring via icinga

This commit is contained in:
Markus 2022-06-06 20:34:44 +02:00
parent c57ce61df4
commit 3214cdacd1
1 changed files with 5 additions and 0 deletions

View File

@ -50,3 +50,8 @@
- name: Enable drone
service: name=drone enabled=yes
- name: Enable monitoring
include_role: name=icinga-monitor tasks_from=http
vars:
vhost: "{{ drone_domain }}"