aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/jellyfin.yml
blob: 71ab3fb0c9e35f3f72e64438560bfac21489990b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- name: configure jellyfin
  hosts: jellyfin_servers
  roles:
    - role: common
      tags: common

    - role: jellyfin
      tags: jellyfin

    - role: apache_vhost
      apache_default_vhost: yes
      apache_config: '{{ jellyfin_apache_config }}'
      tags: apache

    - role: archive_job
      archive_name: jellyfin
      archive_user: '{{ jellyfin_user }}'
      archive_shell: '{{ jellyfin_archive_shell }}'
      tags: archive