Files
gitlab-mirror/roles/prometheus/defaults/main.yml
Alexander Gorelyshev 31e6b1f330 Hardcode prometheus as user and group name
Not much sense or need in using variables here. The systemd unit file
was using hard-coded values anyway.
2025-12-28 15:59:40 +04:00

6 lines
151 B
YAML

---
prometheus_version: 3.2.1
prometheus_dir: "/etc/prometheus"
prometheus_config_dir: "/etc/prometheus/conf"
prometheus_db_dir: "/var/lib/prometheus"