You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/prometheus/defaults/main.yml

22 lines
641 B
YAML

---
prometheus_lvm_hcloudvol_size: 30
prometheus_lvm_hcloudvol_count: 1
prometheus_lvm_hcloudvol_mountpath: '/prometheus_datadir'
prometheus_datadir: "{{ prometheus_lvm_hcloudvol_mountpath }}"
# https://github.com/prometheus/prometheus
prometheus_image_name: "prom/prometheus"
# https://github.com/grafana/grafana
grafana_image_name: "grafana/grafana"
# https://github.com/prometheus/alertmanager
alertmanager_image_name: "prom/alertmanager"
# https://github.com/prometheus/blackbox_exporter
blackbox_exporter_image_name: "prom/blackbox-exporter"
# https://github.com/idealista/prom2teams
prom2teams_image_name: "idealista/prom2teams"