From 6f50604fb32a53c0d49471116b7a7ef1728c9f86 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 7 Jan 2026 19:55:10 -0500 Subject: [PATCH] add a few more services --- main.yml | 30 +++++++++++++++--------------- tasks/frigate.yml | 10 +++------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/main.yml b/main.yml index 11ca612..3faff04 100644 --- a/main.yml +++ b/main.yml @@ -7,21 +7,12 @@ server: "jade" tasks: - - name: Deploy Servarr - import_tasks: tasks/servarr.yml - tags: servarr_deploy - - name: Deploy NZBGet - import_tasks: tasks/nzbget.yml - tags: nzbget_deploy - name: Deploy Romm import_tasks: tasks/romm.yml tags: romm_deploy - name: Deploy Vaultwarden import_tasks: tasks/vaultwarden.yml tags: vaultwarden_deploy - - name: Deploy Immich - import_tasks: tasks/immich.yml - tags: immich_deploy - name: Deploy Drop import_tasks: tasks/drop.yml tags: drop_deploy @@ -97,6 +88,21 @@ - name: Deploy Tautulli import_tasks: tasks/tautulli.yml tags: tautulli_deploy + - name: Deploy Immich + import_tasks: tasks/immich.yml + tags: immich_deploy + - name: Deploy Plex + import_tasks: tasks/plex.yml + tags: plex_deploy + - name: Deploy Frigate + import_tasks: tasks/frigate.yml + tags: frigate_deploy + - name: Deploy Servarr + import_tasks: tasks/servarr.yml + tags: servarr_deploy + - name: Deploy NZBGet + import_tasks: tasks/nzbget.yml + tags: nzbget_deploy - hosts: jackson @@ -137,12 +143,6 @@ server: "nas" tasks: - - name: Deploy Plex - import_tasks: tasks/plex.yml - tags: plex_deploy - - name: Deploy Frigate - import_tasks: tasks/frigate.yml - tags: frigate_deploy - name: Deploy Wings import_tasks: tasks/wings.yml tags: wings_deploy diff --git a/tasks/frigate.yml b/tasks/frigate.yml index 5bcd6ec..48d51bb 100644 --- a/tasks/frigate.yml +++ b/tasks/frigate.yml @@ -10,19 +10,15 @@ name: ghcr.io/blakeblackshear/frigate tag: stable privileged: true - published_ports: - - "5000:5000" - - "8555:8555/tcp" - - "8555:8555/udp" - - "8554:8554" devices: - - /dev/dri/renderD128:/dev/dri/renderD128 + - /dev/dri + - /dev/kfd networks: - name: "{{ docker_network_name }}" volumes: - /etc/localtime:/etc/localtime:ro - "{{ data_dir }}/frigate:/config" - - "{{ FRIGATE_RECORDINGS_PATH }}:/media/frigate" + - "{{ media_path }}/Cameras:/media/frigate" labels: traefik.enable: "true" traefik.http.routers.frigate.rule: Host(`nvr.fntz.net`)