chore 📦: Update setupacdc.yml to reduce disk space requirements
Reduced the size of the rootfs from local-lvm:1G to a fixed 1G, simplifying the setup process.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
-cores 2 \
|
-cores 2 \
|
||||||
-memory 2048 \
|
-memory 2048 \
|
||||||
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \
|
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }} \
|
||||||
-rootfs local-lvm:1G
|
-rootfs 1G
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user