From 6ad6764bae4b17a0002838044b2fcdc44fd78fd1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 14 Nov 2025 09:44:10 +0000 Subject: [PATCH] Update file olimp-deploy.yml --- olimp-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olimp-deploy.yml b/olimp-deploy.yml index 66b28f2..084efff 100644 --- a/olimp-deploy.yml +++ b/olimp-deploy.yml @@ -1,11 +1,12 @@ --- -- hosts: all +- hosts: all:!pve-server roles: - {role: base_setup, tags: deploy_base} - {role: system_cleanup, tags: deploy_cleanup} - hosts: pve-server roles: + - { role: proxmox_base_setup, tags: deploy_proxmox_base } - { role: pve_monitoring, tags: deploy_pve_monitoring } - hosts: gateway-server