migrate tautulli
All checks were successful
Deploy Containers / Prepare (push) Successful in 17s

This commit is contained in:
2025-11-21 03:20:17 -05:00
parent 4805cca2ce
commit 183fb0f237

View File

@@ -1,23 +1,12 @@
--- ---
- name: Create folder structure - name: Deploy Tautulli
file: include_role:
path: "{{ item }}" name: docker
state: directory vars:
with_items:
- "{{ data_dir }}/tautulli"
- name: Pull latest Tautulli Docker Image
docker_image:
name: ghcr.io/tautulli/tautulli
tag: latest
source: pull
- name: Create Tautulli Docker Container
docker_container:
name: tautulli name: tautulli
image: ghcr.io/tautulli/tautulli image:
restart_policy: unless-stopped name: ghcr.io/tautulli/tautulli
recreate: true tag: latest
networks: networks:
- name: homelab - name: homelab
volumes: volumes: