17 lines
307 B
YAML
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
|