2019-02-01 20:30:07 +00:00
|
|
|
---
|
2020-08-19 17:49:31 +00:00
|
|
|
jellyfin_version: 10.6.0
|
2019-02-01 20:30:07 +00:00
|
|
|
jellyfin_user: jellyfin
|
|
|
|
jellyfin_user_home: "/home/{{ jellyfin_user }}"
|
|
|
|
jellyfin_group: "{{ jellyfin_user }}"
|
|
|
|
jellyfin_extra_groups: []
|
|
|
|
|
2019-02-01 21:02:36 +00:00
|
|
|
jellyfin_base_dir: "/opt/jellyfin"
|
|
|
|
jellyfin_conf_dir: "{{ jellyfin_base_dir }}/config"
|
|
|
|
jellyfin_data_dir: "{{ jellyfin_base_dir }}/data"
|
|
|
|
jellyfin_log_dir: "{{ jellyfin_base_dir }}/log"
|
2020-03-14 13:25:13 +00:00
|
|
|
jellyfin_cache_dir: "{{ jellyfin_base_dir }}/cache"
|
2019-02-01 22:05:15 +00:00
|
|
|
|
2019-07-30 21:17:18 +00:00
|
|
|
jellyfin_packages_extra: []
|
|
|
|
|
2019-10-17 18:58:18 +00:00
|
|
|
# @var jellyfin_log_level_console:description: >
|
|
|
|
# Possible value: `Verbose | Debug | Information | Warning | Error | Fatal`.
|
2019-02-02 02:27:11 +00:00
|
|
|
# Beware that the values are case sensitive!
|
2019-10-17 18:58:18 +00:00
|
|
|
# @end
|
2019-02-02 02:27:11 +00:00
|
|
|
jellyfin_log_level_console: Fatal
|
|
|
|
jellyfin_log_level_file: Information
|
|
|
|
|
2020-03-14 13:25:13 +00:00
|
|
|
jellyfin_selinux_fcontext:
|
2019-11-22 10:39:47 +00:00
|
|
|
- target: "{{ jellyfin_log_dir }}(/.*)?"
|
|
|
|
setype: var_log_t
|
|
|
|
jellyfin_selinux_restorecon:
|
|
|
|
- "-ir {{ jellyfin_log_dir }}"
|
|
|
|
|
2019-10-17 18:58:18 +00:00
|
|
|
# @var jellyfin_http_bind_port:description: >
|
|
|
|
# DONT change it! Changing the bind ports is currently not supported.
|
|
|
|
# @end
|
2019-02-01 22:05:15 +00:00
|
|
|
jellyfin_http_bind_port: 8096
|
2019-10-17 18:58:18 +00:00
|
|
|
# @var jellyfin_https_bind_port:description: >
|
|
|
|
# DONT change it! Changing the bind ports is currently not supported.
|
|
|
|
# @end
|
2019-02-01 22:05:15 +00:00
|
|
|
jellyfin_https_bind_port: 8920
|