chore 📦: Update setupacdc.yml with new rootfs option

Updated the rootfs option in setupacdc.yml to use local-lvm instead of local, allowing for more efficient storage management.
This commit is contained in:
2025-11-01 18:51:22 +01:00
parent 1b2122392a
commit cdf916d8b9

View File

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