15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
# Immich on Debian via Podman + systemd (Quadlet)
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/immich.podman.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- name: Immich on Debian via Podman + systemd (Quadlet)
|
|
hosts: all
|
|
become: true
|
|
|
|
roles:
|
|
- lsa.immich
|