Update software versions
This commit is contained in:
parent
78485bc490
commit
884e276aae
1 changed files with 6 additions and 6 deletions
12
hosts.yml
12
hosts.yml
|
@ -36,11 +36,11 @@ homeassistant:
|
|||
hosts:
|
||||
homeassistant01.home.foo.sh:
|
||||
vars:
|
||||
homeassistant_version: "2024.7"
|
||||
homeassistant_version: "2024.9"
|
||||
homeassistant_integrations:
|
||||
- name: electrolux_status
|
||||
repo: https://github.com/albaintor/homeassistant_electrolux_status.git
|
||||
version: v1.0.18
|
||||
version: v1.0.19
|
||||
- name: nordpool
|
||||
repo: https://github.com/custom-components/nordpool.git
|
||||
version: 0.0.14
|
||||
|
@ -88,9 +88,9 @@ ocinode:
|
|||
oci-node01.home.foo.sh:
|
||||
oci-node02.home.foo.sh:
|
||||
vars:
|
||||
grafana_version: "11.1.0"
|
||||
rocketchat_version: "6.9.3"
|
||||
roundcube_version: "1.6.7"
|
||||
grafana_version: "11.2.0"
|
||||
rocketchat_version: "6.12.0"
|
||||
roundcube_version: "1.6.9"
|
||||
print:
|
||||
hosts:
|
||||
print01.home.foo.sh:
|
||||
|
@ -99,7 +99,7 @@ prometheus:
|
|||
prometheus01.home.foo.sh:
|
||||
vars:
|
||||
mysqld_exporter_version: "0.15.1"
|
||||
nginx_exporter_version: "1.2.0"
|
||||
nginx_exporter_version: "1.3.0"
|
||||
proxy:
|
||||
hosts:
|
||||
proxy01.home.foo.sh:
|
||||
|
|
Loading…
Add table
Reference in a new issue