mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
adding jellyfin
This commit is contained in:
parent
379d04ffed
commit
f529da7753
3 changed files with 5 additions and 3 deletions
1
nas.yml
1
nas.yml
|
@ -175,3 +175,4 @@
|
|||
- import_tasks: tasks/jellyfin.yml
|
||||
when: (jellyfin_enabled | default(False))
|
||||
tags: jellyfin
|
||||
|
|
@ -29,3 +29,4 @@
|
|||
traefik.frontend.rule: "Host:jellyfin.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ jellyfin_available_externally }}"
|
||||
traefik.port: "8896"
|
||||
|
Loading…
Reference in a new issue