noticket - updates
This commit is contained in:
@@ -12,19 +12,19 @@
|
|||||||
- "{{ hass_path }}/media"
|
- "{{ hass_path }}/media"
|
||||||
- "{{ hass_path }}/config"
|
- "{{ hass_path }}/config"
|
||||||
|
|
||||||
- name: copy configuration and automations
|
# - name: copy configuration and automations
|
||||||
become: true
|
# become: true
|
||||||
ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
backup: true
|
# backup: true
|
||||||
src: "files/hass/{{ item }}"
|
# src: "files/hass/{{ item }}"
|
||||||
dest: "{{ hass_path }}/config/{{ item }}"
|
# dest: "{{ hass_path }}/config/{{ item }}"
|
||||||
owner: "{{ podman_user }}"
|
# owner: "{{ podman_user }}"
|
||||||
group: "{{ podman_user }}"
|
# group: "{{ podman_user }}"
|
||||||
mode: 0644
|
# mode: 0644
|
||||||
notify: restorecon podman
|
# notify: restorecon podman
|
||||||
loop:
|
# loop:
|
||||||
- configuration.yaml
|
# - configuration.yaml
|
||||||
- automations.yaml
|
# - automations.yaml
|
||||||
|
|
||||||
- name: flush handlers
|
- name: flush handlers
|
||||||
ansible.builtin.meta: flush_handlers
|
ansible.builtin.meta: flush_handlers
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
- import_tasks: containers/home/hass.yml
|
- import_tasks: containers/home/hass.yml
|
||||||
vars:
|
vars:
|
||||||
image: ghcr.io/home-assistant/home-assistant:2024.8.2
|
image: ghcr.io/home-assistant/home-assistant:2024.11.0
|
||||||
tags: hass
|
tags: hass
|
||||||
|
|
||||||
- import_tasks: containers/home/partkeepr.yml
|
- import_tasks: containers/home/partkeepr.yml
|
||||||
@@ -41,30 +41,30 @@
|
|||||||
- import_tasks: containers/skudak/wiki.yml
|
- import_tasks: containers/skudak/wiki.yml
|
||||||
vars:
|
vars:
|
||||||
db_image: docker.io/library/mysql:5.7.21
|
db_image: docker.io/library/mysql:5.7.21
|
||||||
image: docker.io/solidnerd/bookstack:24.5
|
image: docker.io/solidnerd/bookstack:24.10
|
||||||
tags: skudak, skudak-wiki
|
tags: skudak, skudak-wiki
|
||||||
|
|
||||||
- import_tasks: containers/home/photos.yml
|
- import_tasks: containers/home/photos.yml
|
||||||
vars:
|
vars:
|
||||||
db_image: docker.io/library/mariadb:10.8
|
db_image: docker.io/library/mariadb:10.8
|
||||||
image: docker.io/photoprism/photoprism:240711-ce
|
image: docker.io/photoprism/photoprism:240915-ce
|
||||||
tags: photos
|
tags: photos
|
||||||
|
|
||||||
- import_tasks: containers/home/cloud.yml
|
- import_tasks: containers/home/cloud.yml
|
||||||
vars:
|
vars:
|
||||||
db_image: docker.io/library/mariadb:10.6
|
db_image: docker.io/library/mariadb:10.6
|
||||||
image: docker.io/library/nextcloud:28.0.4-apache
|
image: docker.io/library/nextcloud:30.0-apache
|
||||||
tags: cloud
|
tags: cloud
|
||||||
|
|
||||||
- import_tasks: containers/skudak/cloud.yml
|
- import_tasks: containers/skudak/cloud.yml
|
||||||
vars:
|
vars:
|
||||||
db_image: docker.io/library/mariadb:10.6
|
db_image: docker.io/library/mariadb:10.6
|
||||||
image: docker.io/library/nextcloud:28.0.4-apache
|
image: docker.io/library/nextcloud:30.0-apache
|
||||||
tags: skudak, skudak-cloud
|
tags: skudak, skudak-cloud
|
||||||
|
|
||||||
- import_tasks: containers/debyltech/fulfillr.yml
|
- import_tasks: containers/debyltech/fulfillr.yml
|
||||||
vars:
|
vars:
|
||||||
image: "{{ aws_ecr_endpoint }}/fulfillr:20241011.1840"
|
image: "{{ aws_ecr_endpoint }}/fulfillr:20241028.1847"
|
||||||
tags: debyltech, fulfillr
|
tags: debyltech, fulfillr
|
||||||
|
|
||||||
- import_tasks: containers/home/nosql.yml
|
- import_tasks: containers/home/nosql.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user