16 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
f4325bad78 meta: bump galaxy version to 0.1.5, require community.docker@^4.0.0 2025-02-12 21:56:30 +01:00
37cf8c7c69 update(vmtsdb): bump version to 1.111.0 2025-02-11 17:16:58 +01:00
d24ec49b36 update(vmalert): bump version to 1.111.0 2025-02-11 17:16:41 +01:00
9eca35af09 update(vmagent): bump version to 1.111.0 2025-02-11 17:16:22 +01:00
1ebb852608 update(grafana): bump version to 11.5.1 2025-02-03 19:45:31 +01:00
d3c92fc0e4 update(grafana): bump version to 11.5.0 2025-01-29 23:06:22 +01:00
0fd6ee4ba6 update(vmtsdb): bump version to 1.110.0 2025-01-27 15:49:15 +01:00
74282776b1 update(vmalert): bump version to 1.110.0 2025-01-27 15:48:28 +01:00
3b20652c51 update(vmagent): bump version to 1.110.0 2025-01-27 15:47:17 +01:00
c5df5a47b8 update(alertmanager): bump version to 0.28.0 2025-01-24 21:40:24 +01:00
74206fbb87 update(vmtsdb): bump version to 1.109.1 2025-01-17 16:26:03 +01:00
21ea611513 update(vmalert): bump version to 1.109.1 2025-01-17 16:25:26 +01:00
8ce351121a update(vmagent): bump version to 1.109.1 2025-01-17 16:25:03 +01:00
d758c1abcb update(vmtsdb): bump version to 1.108.1 2024-12-19 21:21:17 +01:00
5d70700332 update(vmalert): bump version to 1.108.1 2024-12-19 21:20:20 +01:00
60bb90126b update(vmagent): bump version to 1.108.1 2024-12-19 21:19:55 +01:00
6 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
namespace: finallycoffee namespace: finallycoffee
name: observability name: observability
version: 0.1.4 version: 0.1.5
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": "^3.0.0" "community.docker": "^4.0.0"
license_file: LICENSE.md license_file: LICENSE.md
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'

View File

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

View File

@ -1,6 +1,6 @@
--- ---
grafana_user: grafana grafana_user: grafana
grafana_version: "11.4.0" grafana_version: "11.5.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.107.0" vmagent_version: "1.111.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.107.0" vmalert_version: "1.111.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.107.0" vmtsdb_version: "1.111.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"