jellyfin/tasks/main.yaml
author Luke Hoersten <luke@hoersten.org>
Fri, 03 Jul 2020 09:38:16 -0500
changeset 110 83833f68dc36
permissions -rw-r--r--
Added jellyfin role. Forkbombs my computer though.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
110
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     1
---
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     2
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     3
- name: add jellyfin apt key
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     4
  become: yes
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     5
  apt_key: url="https://repo.jellyfin.org/jellyfin_team.gpg.key"
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     6
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     7
- name: add jellyfin apt repo
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     8
  become: yes
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     9
  apt_repository: repo="deb [arch={{arch}}] http://repo.jellyfin.org/ubuntu focal main"
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    10
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    11
- name: apt install jellyfin
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    12
  become: yes
83833f68dc36 Added jellyfin role. Forkbombs my computer though.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
    13
  apt: name="jellyfin"