jellyfin/tasks/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 05 Jul 2020 10:25:32 -0500
changeset 118 56bffa9ef826
parent 110 83833f68dc36
permissions -rw-r--r--
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.

---

- name: add jellyfin apt key
  become: yes
  apt_key: url="https://repo.jellyfin.org/jellyfin_team.gpg.key"

- name: add jellyfin apt repo
  become: yes
  apt_repository: repo="deb [arch={{arch}}] http://repo.jellyfin.org/ubuntu focal main"

- name: apt install jellyfin
  become: yes
  apt: name="jellyfin"