16 Commits
0.1.5 ... 0.1.6

Author SHA1 Message Date
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
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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