jellyfin

Role Name

An Ansible Role that installs Jellyfin on Linux.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

jellyfin_apt_gpg_key: https://repo.jellyfin.org/jellyfin_team.gpg.key

The location of the jellyfin apt key (usally an url).

jellyfin_apt_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'armhf' if ansible_architecture == 'armv7l' else 'amd64' }}"

Architecture used for the Jellyfin repository.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: tomhesse.jellyfin

License

MIT / BSD

Author Information

This role was created in 2024 by tomhesse.

Install
ansible-galaxy install tomhesse/ansible-role-jellyfin
GitHub repository
License
mit
Downloads
1053
Owner
Linux administrator and metalhead.