Add new worker role for dedicated workers and add limits to defaults workers
11 lines
334 B
YAML
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
|