Compare commits
10 Commits
0.1.6
...
9f84508c5a
Author | SHA1 | Date | |
---|---|---|---|
9f84508c5a
|
|||
1051c1b31d
|
|||
5eb30df257
|
|||
951cf28e6c
|
|||
674edd4b48
|
|||
cad92214c8
|
|||
123260f4d9
|
|||
93677575a5
|
|||
46081a92b4
|
|||
33599b6530
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
grafana_user: grafana
|
||||
grafana_version: "11.6.1"
|
||||
grafana_version: "12.0.0"
|
||||
grafana_base_path: "/opt/grafana"
|
||||
grafana_config_path: "{{ grafana_base_path }}/config"
|
||||
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
vmagent_user: vmagent
|
||||
vmagent_version: "1.115.0"
|
||||
vmagent_version: "1.117.1"
|
||||
vmagent_state: present
|
||||
vmagent_deployment_method: "docker"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
vmalert_state: present
|
||||
vmalert_user: vmalert
|
||||
vmalert_version: "1.115.0"
|
||||
vmalert_version: "1.117.1"
|
||||
vmalert_base_path: "/opt/vmalert"
|
||||
vmalert_config_path: "{{ vmalert_base_path }}/config"
|
||||
vmalert_alert_config: "{{ vmalert_config_path }}/alerts.yml"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
vmtsdb_state: present
|
||||
vmtsdb_user: vmtsdb
|
||||
vmtsdb_version: "1.115.0"
|
||||
vmtsdb_version: "1.117.1"
|
||||
vmtsdb_base_path: "/opt/vmtsdb"
|
||||
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"
|
||||
|
||||
|
Reference in New Issue
Block a user