DEV-1004 Manage Grafana Dashboard Permissions
parent
9c1b520636
commit
1bb111ce7f
@ -0,0 +1,16 @@
|
||||
---
|
||||
# Define a list of unprivileged Grafana users which will be assigned to the 'Viewer' role
|
||||
# Set initial login password for all users, needs to be changed by the user afterwards!
|
||||
grafana_users:
|
||||
- name: "smardigo"
|
||||
login: "smardigo"
|
||||
email: "{{ grafana_smardigo_email }}"
|
||||
password: "{{ grafana_smardigo_password }}"
|
||||
|
||||
# Define Grafana Dashboards which should be visible users without admin role
|
||||
# See uids from in hetzner-ansible/templates/prometheus/config/grafana/provisioning/dashboards/*.json
|
||||
grafana_dashboard_whitelist:
|
||||
- "hb7fSE0Zz" # Servers
|
||||
- "spring_boot_21" # Spring Boot Statistics
|
||||
- "000000039" # PostgreSQL Database
|
||||
- "549c2bf8936f7767ea6ac47c47b00f2a" # MySQL
|
||||
@ -0,0 +1,2 @@
|
||||
---
|
||||
grafana_smardigo_password: "{{ grafana_smardigo_password_vault }}"
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
---
|
||||
grafana_smardigo_password: "{{ grafana_smardigo_password_vault }}"
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,2 @@
|
||||
---
|
||||
grafana_smardigo_password: "{{ grafana_smardigo_password_vault }}"
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue