infrastructure/playbooks/roles/immich_worker/tasks/main.yml
Tobias Reisinger 92ed74d591
Update immich version and improve workers
Add new worker role for dedicated workers and add limits to defaults workers
2025-11-12 00:44:22 +01:00

11 lines
334 B
YAML

---
- 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