chore: update hosts to exclude docker and pve from base
All checks were successful
Deploy / Prepare Build (push) Successful in 17s

This commit is contained in:
2025-09-11 20:38:06 +10:00
parent dba6210fd7
commit 54ca686e8d
2 changed files with 9 additions and 4 deletions

7
hosts
View File

@ -16,3 +16,10 @@ vps01.comprofix.com
[jellyfin]
jellyfin.comprofix.xyz
[base]
vps01.comprofix.com
vps02.comprofix.com
omada-lxc.comprofix.xyz
jellyfin.comprofix.xyz

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: base
name: Configure all servers
become: yes
gather_facts: yes
@ -151,7 +151,6 @@
- hosts: omada
become: yes
pre_tasks:
- name: Run base role to update packages
import_role:
name: base
@ -168,7 +167,6 @@
tags: docker_install
- role: nfs
mounts:
- name: Data share
path: /data
src: truenas.comprofix.xyz:/mnt/datapool/docker