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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user