feat: initial installation role for prometheus

This commit is contained in:
2026-05-24 17:13:40 +02:00
commit 28ea6ef2af
6 changed files with 190 additions and 0 deletions

9
defaults/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
prometheus_version: ""
prometheus_user: prometheus
prometheus_group: prometheus
prometheus_install_dir: /opt/prometheus
prometheus_data_dir: /var/lib/prometheus
prometheus_config_dir: /etc/prometheus
prometheus_service_enabled: true
prometheus_service_state: started