Installs Jellyfin as a generic amd64 package on Linux.
None
Available variables are listed below, along with default values (see defaults/main.yml):
jellyfin_user: jellyfin
jellyfin_home: "/opt/jellyfin"
jellyfin_version: 10.8.13
ffpmeg_dir: "/usr/bin"
jellyfin_autostart: true
None.
- hosts: all
become: true
roles:
- abalage.jellyfin
GPL-3.0
Created by Balázs NÉMETH (balagetech.com).
Workflow code is inspired by Jeff Geerling's amazing work (https://github.com/geerlingguy/).