Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
e642e2f97a
|
|||
31a0aa4ce4
|
|||
5afbff72ac
|
|||
17c97f7cc4
|
|||
dc584ef7a6
|
|||
49903d0035
|
|||
92777a6e15
|
|||
e0b935a2c7
|
|||
f75ffdcd9c
|
|||
8a7f88ba0d
|
|||
446e226af0
|
|||
2d297d7c93
|
|||
e78bd87505
|
|||
b63b966659
|
|||
ddb6ab9d05
|
|||
838110062e
|
@ -1,12 +1,12 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: observability
|
name: observability
|
||||||
version: 0.1.5
|
version: "0.1.6"
|
||||||
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.0.0"
|
"community.docker": "^4.4.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
grafana_user: grafana
|
grafana_user: grafana
|
||||||
grafana_version: "11.5.1"
|
grafana_version: "11.6.1"
|
||||||
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.111.0"
|
vmagent_version: "1.115.0"
|
||||||
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.111.0"
|
vmalert_version: "1.115.0"
|
||||||
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.111.0"
|
vmtsdb_version: "1.115.0"
|
||||||
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