nixos-servers/docker_swarm/roles/jellyfin/tasks/main.yml
Pim Kunis cdcb7d93b9 add jellyfin docker stack
add nfs shares for jellyfin
have 3 replicas of cyberchef
2024-02-12 22:30:29 +01:00

5 lines
162 B
YAML

- name: Deploy Docker stack
docker_stack:
name: jellyfin
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"