Files
no-secrets-athq-ansible/roles/monitoring-master/tasks/main.yaml

14 lines
226 B
YAML

- name: Icinga
include: icinga.yaml
when: monitoring_master
tags:
- icinga
- monitoring-master
- name: Grafana.yaml
include: icinga.yaml
when: monitoring_master
tags:
- grafana
- monitoring-master