implement nas
All checks were successful
Deploy Containers / Prepare (push) Successful in 45s

This commit is contained in:
2025-08-03 15:13:29 -04:00
parent 93583a4c04
commit 0ed6b8b408
4 changed files with 120 additions and 0 deletions

View File

@@ -105,3 +105,17 @@
- name: Deploy Nextcloud
import_tasks: tasks/nextcloud.yml
tags: nextcloud_deploy
- hosts: nas
roles:
- role: traefik
tags: traefik_deploy
tasks:
- name: Deploy Plex
import_tasks: tasks/plex.yml
tags: plex_deploy
- name: Deploy Frigate
import_tasks: tasks/frigate.yml
tags: frigate_deploy