Loading playbook.yaml +9 −6 Original line number Diff line number Diff line --- # execute this role - name: "install Jellyfin" hosts: "all" become: true pre_tasks: # update ansible galaxy - name: "update ansible galaxy" hosts: "localhost" tasks: # due to semaphore bug we need to do this ourselves - name: "force-update requirements" Loading @@ -15,7 +14,11 @@ changed_when: false failed_when: false # execute this role - name: "install Jellyfin" hosts: "all" become: true roles: - role: "docker" - role: "." - role: "jellyfin" - role: "traefik" requirements.yml→roles/requirements.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ roles: - name: "docker" src: "https://gitlab.simoncor.net/ansible/ans-docker.git" scm: "git" - name: "jellyfin" src: "https://gitlab.simoncor.net/ansible/ans-jellyfin.git" scm: "git" - name: "traefik" src: "https://gitlab.simoncor.net/ansible/ans-traefik.git" scm: "git" Loading
playbook.yaml +9 −6 Original line number Diff line number Diff line --- # execute this role - name: "install Jellyfin" hosts: "all" become: true pre_tasks: # update ansible galaxy - name: "update ansible galaxy" hosts: "localhost" tasks: # due to semaphore bug we need to do this ourselves - name: "force-update requirements" Loading @@ -15,7 +14,11 @@ changed_when: false failed_when: false # execute this role - name: "install Jellyfin" hosts: "all" become: true roles: - role: "docker" - role: "." - role: "jellyfin" - role: "traefik"
requirements.yml→roles/requirements.yml +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ roles: - name: "docker" src: "https://gitlab.simoncor.net/ansible/ans-docker.git" scm: "git" - name: "jellyfin" src: "https://gitlab.simoncor.net/ansible/ans-jellyfin.git" scm: "git" - name: "traefik" src: "https://gitlab.simoncor.net/ansible/ans-traefik.git" scm: "git"