Robert Kaussow
52938efac3
All checks were successful
continuous-integration/drone/push Build is passing
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
---
|
|
jellyfin_version: 10.3.7
|
|
jellyfin_user: jellyfin
|
|
jellyfin_user_home: "/home/{{ jellyfin_user }}"
|
|
jellyfin_group: "{{ jellyfin_user }}"
|
|
jellyfin_extra_groups: []
|
|
|
|
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"
|
|
|
|
jellyfin_logrotate_enabled: False
|
|
jellyfin_logrotate_config:
|
|
- log: "{{ jellyfin_log_dir }}/jellyfin.log"
|
|
options:
|
|
- weekly
|
|
- rotate 5
|
|
- maxsize 512K
|
|
- compress
|
|
- delaycompress
|
|
- "create 640 {{ jellyfin_user }} {{ jellyfin_group }}"
|
|
|
|
jellyfin_packages_extra: []
|
|
|
|
# @var jellyfin_log_level_console:description: >
|
|
# Possible value: `Verbose | Debug | Information | Warning | Error | Fatal`.
|
|
# Beware that the values are case sensitive!
|
|
# @end
|
|
jellyfin_log_level_console: Fatal
|
|
jellyfin_log_level_file: Information
|
|
|
|
jellyfin_selinux_fcontext:
|
|
- target: "{{ jellyfin_log_dir }}(/.*)?"
|
|
setype: var_log_t
|
|
jellyfin_selinux_restorecon:
|
|
- "-ir {{ jellyfin_log_dir }}"
|
|
|
|
# @var jellyfin_http_bind_port:description: >
|
|
# DONT change it! Changing the bind ports is currently not supported.
|
|
# @end
|
|
jellyfin_http_bind_port: 8096
|
|
# @var jellyfin_https_bind_port:description: >
|
|
# DONT change it! Changing the bind ports is currently not supported.
|
|
# @end
|
|
jellyfin_https_bind_port: 8920
|