diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-20 01:05:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-20 01:05:10 +0200 |
| commit | 335f37eb177d2c9a871533ac80a611e0eea057a3 (patch) | |
| tree | cf31981062d686595d2a194c30cb302920bb9fb8 /molecule/debian | |
| parent | 75cb3e560d5b243c1fc7056574d0242a277ebbd4 (diff) | |
Add grafana/prometheus roles to configure and testing
Diffstat (limited to 'molecule/debian')
| -rw-r--r-- | molecule/debian/converge.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 194e5ad7..14d8a3e3 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -17,6 +17,17 @@ python_global_version: "3.13" python_versions: - "3.13" + prometheus_host: "localhost" + prometheus_port: 9090 + prometheus_node_exporter_port: 9100 + grafana_port: 3000 + grafana_dashboards: + - id: 1860 + revision: 37 + name: "node-exporter-full" + datasource_mappings: + - key: "000000001" + value: "prometheus" roles: - role: "hostname" - role: "network" @@ -34,3 +45,5 @@ - role: "podman" - role: "ansible" - role: "nginx" + - role: "prometheus" + - role: "grafana" |
