Skip to content

Commit

Permalink
Merge pull request #10 from tbauriedel/change-grafana-vars
Browse files Browse the repository at this point in the history
Introduce new syntax for grafana.grafana.grafana
  • Loading branch information
tbauriedel authored Jan 10, 2025
2 parents dcca28b + c14bbdd commit c9394c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 12 additions & 8 deletions ansible/vars/grafana.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
grafana_security:
admin_user: admin
admin_password: admin
allow_embedding: true
grafana_auth:
anonymous:
enabled: true
org_role: Viewer
grafana_ini:
security:
admin_user: admin
admin_password: admin
allow_embedding: true
auth:
anonymous:
enabled: true
org_role: Viewer
log:
mode: syslog
level: warn

grafana_datasources:
- name: "Local CarbonApi"
Expand Down
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ collections:
- name: tbauriedel.gographite
- name: tbauriedel.influxdb2
- name: grafana.grafana
version: 5.7.0
- name: community.grafana

0 comments on commit c9394c0

Please sign in to comment.