From effad06a5a1947ab8f95c4e764b645f148397c84 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 18:56:21 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20reduce=20disk=20space=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduced the size of the rootfs from local-lvm:1G to a fixed 1G, simplifying the setup process. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index a8eb1f0..60e7ed1 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -16,7 +16,7 @@ -cores 2 \ -memory 2048 \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \ - -rootfs local-lvm:1G + -rootfs 1G become: yes become_user: root