chore 📦: Update setupacdc.yml for new storage option

Added a new storage option to the setupacdc.yml file, allowing for local LVM storage. This change enables more flexible and efficient storage configurations.
This commit is contained in:
2025-11-01 18:57:56 +01:00
parent effad06a5a
commit 0ad10c4475

View File

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