Compare commits
32 Commits
d8520cd732
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
74a1f6f5cb
|
|||
|
df714922c3
|
|||
|
c635edbefc
|
|||
|
fd3a4636d4
|
|||
|
a4736a426e
|
|||
|
ca3dc78b83
|
|||
|
3b789cd208
|
|||
|
e0fa320758
|
|||
|
cc363d4cb6
|
|||
|
ccf881a481
|
|||
|
1f3a6b42b0
|
|||
|
6da4fe04c5
|
|||
|
7e5b29301f
|
|||
|
abc60c3901
|
|||
|
8bbb4e217e
|
|||
|
3a807b085e
|
|||
|
462d330268
|
|||
|
36c5440679
|
|||
|
789e8a5daa
|
|||
|
61b52f214c
|
|||
|
7766ec5ee6
|
|||
|
f3768f2b07
|
|||
|
d2e3a0ae05
|
|||
|
0f52249f46
|
|||
|
1de5fc2d11
|
|||
|
14874504e7
|
|||
|
f29b2623b1
|
|||
|
038209b4ca
|
|||
|
3781e31b20
|
|||
|
576e922081
|
|||
|
ebf3b87e60
|
|||
|
8dbea1038b
|
@@ -1,12 +1,13 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: observability
|
name: observability
|
||||||
version: "0.1.6"
|
version: "0.1.7"
|
||||||
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": "^4.4.0"
|
"community.general": "^11.1.2"
|
||||||
|
"community.docker": "^4.7.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
cadvisor_version: "0.51.0"
|
cadvisor_version: "0.53.0"
|
||||||
cadvisor_state: present
|
cadvisor_state: present
|
||||||
cadvisor_deployment_method: docker
|
cadvisor_deployment_method: docker
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
grafana_user: grafana
|
grafana_user: grafana
|
||||||
grafana_version: "12.0.2"
|
grafana_version: "12.2.0"
|
||||||
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"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
vmagent_user: vmagent
|
vmagent_user: vmagent
|
||||||
vmagent_version: "1.122.0"
|
vmagent_version: "1.129.1"
|
||||||
vmagent_state: present
|
vmagent_state: present
|
||||||
vmagent_deployment_method: "docker"
|
vmagent_deployment_method: "docker"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
vmalert_state: present
|
vmalert_state: present
|
||||||
vmalert_user: vmalert
|
vmalert_user: vmalert
|
||||||
vmalert_version: "1.122.0"
|
vmalert_version: "1.129.1"
|
||||||
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"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
vmtsdb_state: present
|
vmtsdb_state: present
|
||||||
vmtsdb_user: vmtsdb
|
vmtsdb_user: vmtsdb
|
||||||
vmtsdb_version: "1.122.0"
|
vmtsdb_version: "1.129.1"
|
||||||
vmtsdb_base_path: "/opt/vmtsdb"
|
vmtsdb_base_path: "/opt/vmtsdb"
|
||||||
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"
|
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user