Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
f4325bad78
|
|||
37cf8c7c69
|
|||
d24ec49b36
|
|||
9eca35af09
|
|||
1ebb852608
|
|||
d3c92fc0e4
|
|||
0fd6ee4ba6
|
|||
74282776b1
|
|||
3b20652c51
|
|||
c5df5a47b8
|
|||
74206fbb87
|
|||
21ea611513
|
|||
8ce351121a
|
|||
d758c1abcb
|
|||
5d70700332
|
|||
60bb90126b
|
@ -1,12 +1,12 @@
|
||||
namespace: finallycoffee
|
||||
name: observability
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
description: Various ansible roles useful for automating infrastructure
|
||||
dependencies:
|
||||
"community.docker": "^3.0.0"
|
||||
"community.docker": "^4.0.0"
|
||||
license_file: LICENSE.md
|
||||
build_ignore:
|
||||
- '*.tar.gz'
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
alertmanager_user: alertmanager
|
||||
alertmanager_version: 0.27.0
|
||||
alertmanager_version: "0.28.0"
|
||||
alertmanager_state: present
|
||||
alertmanager_deployment_method: docker
|
||||
alertmanager_base_path: /opt/alertmanager
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
grafana_user: grafana
|
||||
grafana_version: "11.4.0"
|
||||
grafana_version: "11.5.1"
|
||||
grafana_base_path: "/opt/grafana"
|
||||
grafana_config_path: "{{ grafana_base_path }}/config"
|
||||
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
vmagent_user: vmagent
|
||||
vmagent_version: "1.107.0"
|
||||
vmagent_version: "1.111.0"
|
||||
vmagent_state: present
|
||||
vmagent_deployment_method: "docker"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
vmalert_state: present
|
||||
vmalert_user: vmalert
|
||||
vmalert_version: "1.107.0"
|
||||
vmalert_version: "1.111.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.107.0"
|
||||
vmtsdb_version: "1.111.0"
|
||||
vmtsdb_base_path: "/opt/vmtsdb"
|
||||
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"
|
||||
|
||||
|
Reference in New Issue
Block a user