From 54ca686e8dd1caf3d2810a8b99c7f80ce5f7d34b Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 11 Sep 2025 20:38:06 +1000 Subject: [PATCH] chore: update hosts to exclude docker and pve from base --- hosts | 7 +++++++ main.yml | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/hosts b/hosts index 5b7b82d..cde5c58 100644 --- a/hosts +++ b/hosts @@ -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 + + diff --git a/main.yml b/main.yml index 4340fe0..f03a558 100644 --- a/main.yml +++ b/main.yml @@ -1,5 +1,5 @@ --- -- hosts: all +- hosts: base name: Configure all servers become: yes gather_facts: yes @@ -151,12 +151,11 @@ - hosts: omada become: yes pre_tasks: - - name: Run base role to update packages import_role: name: base tags: base_install - + - name: Create directories file: path: "{{ item }}" @@ -168,7 +167,6 @@ tags: docker_install - role: nfs mounts: - - name: Data share path: /data src: truenas.comprofix.xyz:/mnt/datapool/docker