Compare commits

...

6 Commits

6 changed files with 8 additions and 11 deletions

View File

@ -1,14 +1,14 @@
namespace: finallycoffee
name: observability
version: 0.0.1
version: 0.1.0
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles useful for automating infrastructure
dependencies:
"community.docker": "^1.10.0"
"community.docker": "^3.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'
repository: https://git.finally.coffee/finallycoffee/observability
issues: https://git.finally.coffee/finallycoffee/observability/issues
issues: https://codeberg.org/finallycoffee/ansible-collection-observability/issues

View File

@ -1,3 +1,2 @@
---
requires_ansible: ">=2.12"
requires_ansible: ">=2.15"

View File

@ -1,7 +1,6 @@
---
alertmanager_user: alertmanager
alertmanager_version: 0.25.0
alertmanager_version: 0.27.0
alertmanager_base_path: /opt/alertmanager
alertmanager_config_path: "{{ alertmanager_base_path }}/config"
alertmanager_config_file: "{{ alertmanager_config_path }}/alertmanager.yml"

View File

@ -1,6 +1,5 @@
---
cadvisor_version: 0.45.0
cadvisor_version: 0.49.1
cadvisor_container_name: cadvisor
cadvisor_container_image_name: gcr.io/cadvisor/cadvisor

View File

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