This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/serveurs_grafana/defaults/main.yml

23 lines
891 B
YAML
Raw Normal View History

---
serveurs_grafana_paquets:
- grafana
serveurs_grafana_service: "grafana-server"
serveurs_grafana_port: 3000
# Publication (derriere serveurs_nginx, TLS termine a l'edge).
serveurs_grafana_hostname: "grafana.chezlepro.internal"
serveurs_grafana_root_url: "https://{{ serveurs_grafana_hostname }}/"
# Datasources (Prometheus + Loki, co-localises sur obs-01).
serveurs_grafana_prometheus_url: "http://localhost:9090"
serveurs_grafana_loki_url: "http://localhost:3100"
# Secret OBLIGATOIRE (Ansible Vault).
serveurs_grafana_admin_password: "" # {{ vault_grafana_admin }}
# Depot apt officiel Grafana (partage avec serveurs_loki).
serveurs_grafana_depot_cle_url: "https://apt.grafana.com/gpg-full.key"
serveurs_grafana_depot_cle_fichier: "/etc/apt/keyrings/grafana.asc"
serveurs_grafana_depot_source: "deb [signed-by=/etc/apt/keyrings/grafana.asc] https://apt.grafana.com stable main"