hadrienpatte.jellyfin
Ansible Role: Jellyfin
This Ansible role helps you install Jellyfin on Debian and Ubuntu systems.
Requirements
No special requirements.
Role Variables
jellyfin_HTTP_port
: The HTTP port that Jellyfin uses, default is8096
.jellyfin_HTTPS_port
: The HTTPS port that Jellyfin uses, default is8920
.jellyfin_FQDN
: A list of Fully Qualified Domain Names for the server.jellyfin_HTTP_server
: The type of HTTP reverse proxy server to use, options areapache2
ornginx
, default isnginx
.jellyfin_certificate_path
: The location to store the TSL/SSL certificate.jellyfin_generate_self_signed_certificate
: Option to create a self-signed certificate, default istrue
.jellyfin_redirect_HTTPS
: Set totrue
to automatically redirect to HTTPS if using a self-signed certificate, default isfalse
.jellyfin_letsencrypt
: Set totrue
to create TSL/SSL certificate using Let's Encrypt, default isfalse
.jellyfin_letsencrypt_email
: The email used for registering with Let's Encrypt.jellyfin_remove_default
: Set totrue
to remove the default site for apache2/nginx.
Dependencies
Example Playbook
- name: Install Jellyfin
hosts: all
become: true
roles:
- hadrienpatte.jellyfin
License
MIT License
Author Information
Installa
ansible-galaxy install hadrienpatte.jellyfin
Licenza
mit
Download
1.2k
Proprietario
Automation enthusiast