15 Commits

5 changed files with 7 additions and 6 deletions

View File

@@ -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'

View File

@@ -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"

View File

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

View File

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