From 0e6c43b9073f52cefbcffc28ee19407f99edae47 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Mon, 22 Sep 2025 20:02:18 +1000 Subject: [PATCH] chore: set base_install tag --- hosts.ini | 9 --------- main.yml | 4 +++- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/hosts.ini b/hosts.ini index 823771c..b2c36da 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,6 +1,3 @@ -[proxmox] -pve2.comprofix.xyz ansible_user=root - [cloud] vps02.comprofix.com @@ -16,10 +13,4 @@ vps01.comprofix.com [jellyfin] jellyfin.comprofix.xyz -[servers:children] -jellyfin -vps -omada -docker -cloud diff --git a/main.yml b/main.yml index f23e479..54ccc14 100644 --- a/main.yml +++ b/main.yml @@ -1,6 +1,6 @@ --- - name: Prepare all servers - hosts: servers + hosts: all become: true vars_files: - group_vars/all_secrets.yml @@ -47,6 +47,8 @@ maxretry = 3 bantime = 3600 findtime = 300 + tags: base_install + - hosts: cloud become: yes