grafana: enable monitoring via icinga

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

View File

@ -34,3 +34,8 @@
- name: Start grafana
service: name=grafana-server state=started enabled=yes
- name: Enable monitoring
include_role: name=icinga-monitor tasks_from=http
vars:
vhost: "{{ grafana_domain }}"