mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 10:38:33 +01:00
21 lines
338 B
YAML
21 lines
338 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
|
|
|
|
- name: logs.yaml
|
|
include: logs.yaml
|
|
when: monitoring_master
|
|
tags:
|
|
- grafana
|
|
- monitoring-master
|