Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 893 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 893 Bytes

abalage.jellyfin

CI

Installs Jellyfin as a generic amd64 package on Linux.

Requirements

None

Role Variables

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

Dependencies

None.

Example Playbook

- hosts: all
  become: true

  roles:
    - abalage.jellyfin

License

GPL-3.0

Author Information

Created by Balázs NÉMETH (balagetech.com).

Workflow code is inspired by Jeff Geerling's amazing work (https://github.com/geerlingguy/).