chore: update workflow and add separate yml files for hosts

This commit is contained in:
2025-10-11 18:52:15 +10:00
parent d08ee33972
commit 21997f3c33
7 changed files with 202 additions and 202 deletions

19
omada.yml Normal file
View File

@@ -0,0 +1,19 @@
---
- hosts: omada
become: yes
roles:
- role: nfs
mounts:
- name: Data share
path: /data
src: truenas.comprofix.xyz:/mnt/datapool/docker
tags: nfs_install
tasks:
- name: Deploy Dozzle Agent
import_tasks: tasks/dozzle-agent.yml
tags: dozzle-agent_install
- name: Deploy Omada
import_tasks: tasks/omada.yml
tags: omada_install
tags: omada_lxc_install