chore 📦: Update setupacdc.yml with timezone and onboot options

Updated the setupacdc.yml file to include timezone and onboot options, allowing for more flexible configuration of the VM. This change enables the use of different timezones and boot settings, improving overall flexibility in the setup process.
This commit is contained in:
2025-11-01 23:26:11 +01:00
parent 333c991359
commit 1525f40d6b

View File

@@ -19,7 +19,9 @@
-swap 256 \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
-storage local-lvm \
-unprivileged 0 \
-timezone: {{ localization_timezone }} \
-onboot 1 \
-unprivileged 1 \
-features keyctl=1,nesting=1,mount=cifs
become: yes