Add immich as gallery

This commit is contained in:
Tobias Reisinger 2024-01-06 20:43:40 +01:00
parent 6574543759
commit 24d93ecad6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 116 additions and 2 deletions

View file

@ -0,0 +1,12 @@
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ svc.name }}
vars:
svc: "{{ immich_svc }}"
env: "{{ immich_env }}"
compose: "{{ immich_compose }}"
block:
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml