infrastructure/playbooks/monitoring.yml
Saibotk 693184bd7c
refactor!(monitoring): Replace monitoring with monitoring_ng
Not much changed regarding variable names, only the role name changed.
2024-08-14 02:04:32 +02:00

17 lines
307 B
YAML

- name: Install Monitoring Suite with Grafana, Loki and Prometheus.
hosts: monitoring
roles:
- role: podman
become: true
tags:
- always
- podman
- role: caddy
become: true
tags:
- always
- caddy
- role: monitoring
become: true