Update immich version and improve workers

Add new worker role for dedicated workers and add limits to defaults workers
This commit is contained in:
Tobias Reisinger 2025-11-12 00:44:22 +01:00
parent 92e16eea34
commit 92ed74d591
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 101 additions and 8 deletions

View file

@ -0,0 +1,11 @@
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ role_name }}
vars:
env: "{{ immich_worker_env }}"
compose: "{{ immich_worker_compose }}"
block:
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml