File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6969 - grafana.grafana.grafana
7070 vars :
7171 grafana_version : 10.4.1
72- grafana_security :
73- admin_user : admin
74- admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
72+ grafana_ini :
73+ security :
74+ admin_user : admin
75+ admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
7576 grafana_datasources :
7677 - name : prometheus
7778 type : prometheus
Original file line number Diff line number Diff line change 4444 - grafana.grafana.grafana
4545 vars :
4646 grafana_version : 10.4.1
47- grafana_security :
48- admin_user : admin
49- admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
47+ grafana_ini :
48+ security :
49+ admin_user : admin
50+ admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
5051 grafana_datasources :
5152 - name : prometheus
5253 type : prometheus
You can’t perform that action at this time.
0 commit comments