aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/jellyfin.yml
blob: 7fa6721b9680e52c7b3aaf4be7eb7429a3177c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- import_playbook: common.yml
  vars:
    hostlist: jellyfin_servers

- name: configure jellyfin
  hosts: jellyfin_servers
  tags: jellyfin
  roles:
    - role: 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