16 lines
353 B
YAML
16 lines
353 B
YAML
---
|
|
## Monitoring
|
|
- name: Monitoring
|
|
hosts: belvedere
|
|
roles:
|
|
- 'stable/monitoring/prometheus'
|
|
# - 'stable/monitoring/blackbox_exporter'
|
|
# - 'stable/monitoring/alertmanager'
|
|
# - 'stable/dnsmasq'
|
|
vars_files:
|
|
- monitoring.yml
|
|
- smtp.yml
|
|
- telegram.yml
|
|
tags: monitoring
|
|
# with_vars:
|
|
# prometheus_skip_install: true
|