chore 📦: Update setupacdc.yml to use local-lvm for rootfs

Updated the rootfs configuration in setupacdc.yml to use a local-lvm instead of a fixed size, allowing for more efficient storage management.
This commit is contained in:
2025-11-01 19:09:44 +01:00
parent b914318490
commit ef00e827ea

View File

@@ -17,7 +17,7 @@
--memory 2048 \
--net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \
--storage local-lvm \
--rootfs 1G
--rootfs local-lvm:1G
become: yes
become_user: root