services/roles/jellyfin
2024-10-07 19:42:22 +02:00
..
defaults feat(jellyfin): add playbook to collection, add state=absent support to role 2024-10-07 19:42:22 +02:00
meta meta: add role descriptions 2024-10-03 22:34:28 +02:00
tasks feat(jellyfin): add playbook to collection, add state=absent support to role 2024-10-07 19:42:22 +02:00
vars feat(jellyfin): add playbook to collection, add state=absent support to role 2024-10-07 19:42:22 +02:00
README.md chore(jellyfin): add README 2023-07-19 19:08:36 +02:00

finallycoffee.services.jellyfin ansible role

This role runs Jellyfin, a free software media system, in a docker container.

Usage

jellyfin_domain contains the FQDN which jellyfin should listen to. Most configuration is done in the software itself.

Jellyfin runs in host networking mode by default, as that is needed for some features like network discovery with chromecasts and similar.

Media can be mounted into jellyfin using jellyfin_media_volumes, taking a list of strings akin to community.docker.docker_container's volumes key.