34 Commits
0.1.5 ... main

Author SHA1 Message Date
5f492bb32c update(vmalert): bump version to 1.119.0 2025-06-09 21:07:26 +02:00
3adc746750 update(vmtsdb): bump version to 1.119.0 2025-06-09 21:06:39 +02:00
145fcfb496 update(vmagent): bump version to 1.119.0 2025-06-09 21:05:55 +02:00
755d69204f update(vmtsdb): bump version to 1.118.0 2025-05-26 21:24:30 +02:00
827c92f973 update(vmalert): bump version to 1.118.0 2025-05-26 21:24:04 +02:00
408be36d22 update(vmagent): bump version to 1.118.0 2025-05-26 21:23:14 +02:00
a4606a00bb update(grafana): bump version to 12.0.1 2025-05-23 15:00:45 +02:00
790db85412 update(alaertmanager): bump version to 0.28.1 2025-05-19 22:38:07 +02:00
9f84508c5a update(vmtsdb): bump version to 1.117.1 2025-05-15 18:48:54 +02:00
1051c1b31d update(vmalert): bump version to 1.117.1 2025-05-15 18:48:28 +02:00
5eb30df257 update(vmagent): bump version to 1.117.1 2025-05-15 18:48:00 +02:00
951cf28e6c update(grafana): bump version to 12.0.0 2025-05-14 21:29:02 +02:00
674edd4b48 update(vmalert): bump version to 1.117.0 2025-05-12 21:48:05 +02:00
cad92214c8 update(vmtsdb): bump version to 1.117.0 2025-05-12 21:47:35 +02:00
123260f4d9 update(vmagent): bump version to 1.117.0 2025-05-12 21:46:51 +02:00
93677575a5 update(vmalert): bump version to 1.116.0 2025-04-28 17:08:41 +02:00
46081a92b4 update(vmtsdb): bump version to 1.116.0 2025-04-28 17:03:54 +02:00
33599b6530 update(vmagent): bump version to 1.116.0 2025-04-28 17:03:20 +02:00
e642e2f97a meta: bump collection version to 0.1.6, require community.docker@^4.4.0 2025-04-27 19:04:41 +02:00
31a0aa4ce4 update(grafana): bump version to 11.6.1 2025-04-24 15:08:04 +02:00
5afbff72ac update(vmtsdb): bump version to 1.115.0 2025-04-07 15:44:35 +02:00
17c97f7cc4 update(vmalert): bump version to 1.115.0 2025-04-07 15:43:39 +02:00
dc584ef7a6 update(vmagent): bump version to 1.115.0 2025-04-07 15:41:05 +02:00
49903d0035 update(grafana): bump version to 11.6.0 2025-03-26 17:30:48 +01:00
92777a6e15 update(vmalert): bump version to 1.114.0 2025-03-24 20:23:19 +01:00
e0b935a2c7 update(vmtsdb): bump version to 1.114.0 2025-03-24 20:22:50 +01:00
f75ffdcd9c update(vmagent): bump version to 1.114.0 2025-03-24 20:21:51 +01:00
8a7f88ba0d update(vmalert): bump version to 1.113.0 2025-03-10 16:24:46 +01:00
446e226af0 update(vmtsdb): bump version to 1.113.0 2025-03-10 16:24:26 +01:00
2d297d7c93 update(vmagent): bump version to 1.113.0 2025-03-10 16:22:23 +01:00
e78bd87505 update(vmtsdb): bump version to 1.112.0 2025-02-24 17:20:35 +01:00
b63b966659 update(vmalert): bump version to 1.112.0 2025-02-24 17:20:01 +01:00
ddb6ab9d05 update(vmagent): bump version to 1.112.0 2025-02-24 17:19:36 +01:00
838110062e update(grafana): bump version to 11.5.2 2025-02-19 16:13:38 +01:00
6 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
namespace: finallycoffee
name: observability
version: 0.1.5
version: "0.1.6"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles useful for automating infrastructure
dependencies:
"community.docker": "^4.0.0"
"community.docker": "^4.4.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@ -1,6 +1,6 @@
---
alertmanager_user: alertmanager
alertmanager_version: "0.28.0"
alertmanager_version: "0.28.1"
alertmanager_state: present
alertmanager_deployment_method: docker
alertmanager_base_path: /opt/alertmanager

View File

@ -1,6 +1,6 @@
---
grafana_user: grafana
grafana_version: "11.5.1"
grafana_version: "12.0.1"
grafana_base_path: "/opt/grafana"
grafana_config_path: "{{ grafana_base_path }}/config"
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"

View File

@ -1,6 +1,6 @@
---
vmagent_user: vmagent
vmagent_version: "1.111.0"
vmagent_version: "1.119.0"
vmagent_state: present
vmagent_deployment_method: "docker"

View File

@ -1,7 +1,7 @@
---
vmalert_state: present
vmalert_user: vmalert
vmalert_version: "1.111.0"
vmalert_version: "1.119.0"
vmalert_base_path: "/opt/vmalert"
vmalert_config_path: "{{ vmalert_base_path }}/config"
vmalert_alert_config: "{{ vmalert_config_path }}/alerts.yml"

View File

@ -1,7 +1,7 @@
---
vmtsdb_state: present
vmtsdb_user: vmtsdb
vmtsdb_version: "1.111.0"
vmtsdb_version: "1.119.0"
vmtsdb_base_path: "/opt/vmtsdb"
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"