Skip to content

Commit 7a1dce7

Browse files
committed
chore: update grafana role
1 parent 2d93d19 commit 7a1dce7

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

ansible/deploy-monitor-tls.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@
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

ansible/deploy-monitor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@
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

requirements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
collections:
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

1011
roles:

0 commit comments

Comments
 (0)