Update immich version and improve workers
Add new worker role for dedicated workers and add limits to defaults workers
This commit is contained in:
parent
92e16eea34
commit
92ed74d591
4 changed files with 101 additions and 8 deletions
11
playbooks/roles/immich_worker/tasks/main.yml
Normal file
11
playbooks/roles/immich_worker/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue