noticket - updates fore firewall, fulfillr, etc.

This commit is contained in:
Bastian de Byl
2024-10-09 21:23:31 -04:00
parent ed7ef3ba26
commit 7e7780656a
8 changed files with 82 additions and 26 deletions

View File

@@ -34,6 +34,7 @@
group: "{{ podman_user }}"
mode: 0644
loop:
- "{{ assistant_server_name }}.https.conf"
- "{{ bookstack_server_name }}.https.conf"
- "{{ ci_server_name }}.https.conf"
- "{{ cloud_server_name }}.https.conf"
@@ -55,6 +56,7 @@
group: "{{ podman_user }}"
state: link
loop:
- "{{ assistant_server_name }}.https.conf"
- "{{ bookstack_server_name }}.https.conf"
- "{{ ci_server_name }}.https.conf"
- "{{ cloud_server_name }}.https.conf"

View File

@@ -30,6 +30,11 @@
# Zomboid
- 16261/udp
- 16262/udp
# crafty
- 8443/tcp
# minecraft
- 25565/tcp
- 25565/udp
notify: restart firewalld
tags: firewall

View File

@@ -22,7 +22,7 @@
- import_tasks: containers/home/hass.yml
vars:
image: ghcr.io/home-assistant/home-assistant:2024.6.4
image: ghcr.io/home-assistant/home-assistant:2024.8.2
tags: hass
- import_tasks: containers/home/partkeepr.yml
@@ -47,24 +47,24 @@
- import_tasks: containers/home/photos.yml
vars:
db_image: docker.io/library/mariadb:10.8
image: docker.io/photoprism/photoprism:231021-ce
image: docker.io/photoprism/photoprism:240711-ce
tags: photos
- import_tasks: containers/home/cloud.yml
vars:
db_image: docker.io/library/mariadb:10.6
image: docker.io/library/nextcloud:28.0.1-apache
image: docker.io/library/nextcloud:28.0.4-apache
tags: cloud
- import_tasks: containers/skudak/cloud.yml
vars:
db_image: docker.io/library/mariadb:10.6
image: docker.io/library/nextcloud:28.0.1-apache
image: docker.io/library/nextcloud:28.0.4-apache
tags: skudak, skudak-cloud
- import_tasks: containers/debyltech/fulfillr.yml
vars:
image: "{{ aws_ecr_endpoint }}/fulfillr:20240101.1715"
image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.0018"
tags: debyltech, fulfillr
- import_tasks: containers/home/nosql.yml