remove tautulli
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2026-04-06 13:31:04 -04:00
parent 8d3d56a8dc
commit e33c2cb948
2 changed files with 0 additions and 28 deletions

View File

@@ -43,9 +43,6 @@
- name: Deploy Vaultwarden
import_tasks: tasks/vaultwarden.yml
tags: vaultwarden_deploy
- name: Deploy Tautulli
import_tasks: tasks/tautulli.yml
tags: tautulli_deploy
- name: Deploy Immich
import_tasks: tasks/immich.yml
tags: immich_deploy

View File

@@ -1,25 +0,0 @@
---
- name: Deploy Tautulli
include_role:
name: docker
vars:
name: tautulli
directories:
- "{{ data_dir }}/tautulli"
image:
name: ghcr.io/tautulli/tautulli
tag: latest
networks:
- name: homelab
volumes:
- "{{ data_dir }}/tautulli:/config"
env:
PUID: "{{ PUID }}"
PGID: "{{ PGID }}"
TZ: "{{ TZ }}"
labels:
traefik.enable: "true"
traefik.http.routers.tt.rule: Host(`tt.fntz.net`)
traefik.http.routers.tt.entrypoints: webSecure
traefik.http.routers.tt.tls.certresolver: letsencrypt
traefik.http.services.tt.loadbalancer.server.port: "8181"