Skip to content

Commit

Permalink
Import Grafana dashboards instead of provisioning them
Browse files Browse the repository at this point in the history
Grafana dashboards will be imported to Grafana's database and loaded from it rather than provisioned from a folder.
  • Loading branch information
kysrpex committed Jun 24, 2024
1 parent df0d1d8 commit e2f4e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group_vars/grafana/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ grafana_version: 11.0.0
grafana_address: "127.0.0.1"
grafana_url: "https://{{ grafana_domain }}"

grafana_use_provisioning: false

grafana_users:
default_theme: "light"

Expand Down

0 comments on commit e2f4e87

Please sign in to comment.