From a7f8038feaf923acda8c9a3a64b5c7f064d47056 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 9 Sep 2023 20:13:20 +0200 Subject: monitoring/grafana: add automatic handling for admin password and additonal users --- inventory/host_vars/ch-mon.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inventory/host_vars/ch-mon.yml') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index 65ce9f5f..5d9ddfba 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -198,6 +198,8 @@ grafana_dashboards: - file: standalone-kubelet-overview datasource: "Prometheus" +grafana_admin_password: "{{ vault_grafana_admin_password }}" + monitoring_landingpage_hostnames: - "mon.chaos-at-home.org" -- cgit v1.2.3