prometheus: install alertmanager

This commit is contained in:
uumas
2023-12-21 01:18:27 +02:00
parent 8dc0ec798f
commit 44665bae12
4 changed files with 28 additions and 1 deletions

View File

@@ -23,6 +23,14 @@
- copypath: alerting
path: /etc/prometheus/alerting
- name: Alertmanager container for prometheus
include_role:
name: alertmanager
vars:
docker_networks:
- name: prometheus
when: prometheus_install_alertmanager
- name: Grafana container for prometheus
include_role:
name: grafana