Compare commits
6 Commits
084e48996a
...
dbb926fe3e
Author | SHA1 | Date | |
---|---|---|---|
dbb926fe3e | |||
a16453416b | |||
b665ebd879 | |||
6efe4b46e6 | |||
b5bce6b63b | |||
b42468f0c0 |
@ -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
|
||||
|
@ -1,3 +1,2 @@
|
||||
---
|
||||
|
||||
requires_ansible: ">=2.12"
|
||||
requires_ansible: ">=2.15"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user