File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 6868 roles :
6969 - grafana.grafana.grafana
7070 vars :
71- grafana_version : 10.4.1
72- grafana_security :
73- admin_user : admin
74- admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
71+ grafana_version : " latest"
72+ grafana_yum_key : " https://rpm.grafana.com/gpg.key"
73+ grafana_ini :
74+ security :
75+ admin_user : admin
76+ admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
7577 grafana_datasources :
7678 - name : prometheus
7779 type : prometheus
Original file line number Diff line number Diff line change 4343 roles :
4444 - grafana.grafana.grafana
4545 vars :
46- grafana_version : 10.4.1
47- grafana_security :
48- admin_user : admin
49- admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
46+ grafana_version : " latest"
47+ grafana_yum_key : " https://rpm.grafana.com/gpg.key"
48+ grafana_ini :
49+ security :
50+ admin_user : admin
51+ admin_password : " {{ grafana_admin_pass | default('enter_your_secure_password', true) }}"
5052 grafana_datasources :
5153 - name : prometheus
5254 type : prometheus
Original file line number Diff line number Diff line change 1+ ---
12collections :
23 - name : community.general
34 - name : redpanda.cluster
45 type : galaxy
56 - name : ansible.posix
67 - name : grafana.grafana
7- version : 5. 6.0
8+ version : 6.0.4
89 - name : prometheus.prometheus
910
1011roles :
You can’t perform that action at this time.
0 commit comments