11 lines
338 B
YAML
11 lines
338 B
YAML
|
---
|
||
|
# vars file for prometheus role
|
||
|
prometheus_package:
|
||
|
- prometheus
|
||
|
- prometheus-alertmanager
|
||
|
prometheus_service: prometheus
|
||
|
alertmanager_service: prometheus-alertmanager
|
||
|
prometheus_config: '/etc/prometheus/prometheus.yml'
|
||
|
alertmanager_config: '/etc/prometheus/alertmanager.yml'
|
||
|
alertmanager_rules: '/etc/prometheus/rules'
|