18 Commits

Author SHA1 Message Date
0f52249f46 update(vmalert): bump version to 1.124.0 2025-08-18 21:36:48 +02:00
1de5fc2d11 update(vmtsdb): bump version to 1.124.0 2025-08-18 21:36:16 +02:00
14874504e7 update(vmagent): bump version to 1.124.0 2025-08-18 21:35:06 +02:00
f29b2623b1 meta: update collection version to 0.1.7, update dependencies 2025-08-15 18:45:36 +02:00
038209b4ca update(grafana): bump version to 12.1.1 2025-08-14 22:40:05 +02:00
3781e31b20 update(vmtsdb): bump version to 1.123.0 2025-08-05 19:37:47 +02:00
576e922081 update(vmalert): bump version to 1.123.0 2025-08-05 19:37:22 +02:00
ebf3b87e60 update(vmagent): bump version to 1.123.0 2025-08-05 19:37:00 +02:00
8dbea1038b update(grafana): bump version to 12.1.0 2025-07-26 20:57:15 +02:00
d8520cd732 update(vmalert): bump version to 1.122.0 2025-07-21 16:20:52 +02:00
c78b04170a update(vmtsdb): bump version to 1.122.0 2025-07-21 16:20:31 +02:00
2a6d9c7273 update(vmagent): bump version to 1.122.0 2025-07-21 16:19:51 +02:00
779420d783 update(vmtsdb): bump version to 1.121.0 2025-07-07 21:04:23 +02:00
6d7f5d43f3 update(vmalert): bump version to 1.121.0 2025-07-07 21:03:59 +02:00
3ea6b8ddb2 update(vmagent): bump version to 1.121.0 2025-07-07 21:03:29 +02:00
14a06035e9 update(vmtsdb): bump version to 1.120.0 2025-06-23 21:53:07 +02:00
236b1197a7 update(vmalert): bump version to 1.120.0 2025-06-23 21:50:38 +02:00
ef9ab91e2f update(vmagent): bump version to 1.120.0 2025-06-23 21:49:56 +02:00
5 changed files with 7 additions and 6 deletions
galaxy.yml
roles
grafana
defaults
vmagent
defaults
vmalert
defaults
vmtsdb
defaults

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

@@ -1,6 +1,6 @@
---
grafana_user: grafana
grafana_version: "12.0.2"
grafana_version: "12.1.1"
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.119.0"
vmagent_version: "1.124.0"
vmagent_state: present
vmagent_deployment_method: "docker"

@@ -1,7 +1,7 @@
---
vmalert_state: present
vmalert_user: vmalert
vmalert_version: "1.119.0"
vmalert_version: "1.124.0"
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.119.0"
vmtsdb_version: "1.124.0"
vmtsdb_base_path: "/opt/vmtsdb"
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"