infrastructure/playbooks/monitoring.yml

18 lines
307 B
YAML
Raw Permalink Normal View History

- name: Install Monitoring Suite with Grafana, Loki and Prometheus.
2020-08-10 01:37:13 +02:00
2022-11-02 21:57:13 +01:00
hosts: monitoring
2020-08-10 01:37:13 +02:00
roles:
- role: podman
become: true
tags:
- always
- podman
- role: caddy
become: true
tags:
- always
- caddy
- role: monitoring
become: true