mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 08:38:35 +01:00
28 lines
473 B
YAML
28 lines
473 B
YAML
- name: Icinga
|
|
include: icinga.yaml
|
|
when: monitoring_master
|
|
tags:
|
|
- icinga
|
|
- monitoring-master
|
|
|
|
- name: Postfix/Mail for icinga
|
|
include: icinga_postfix.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
|