chore 📦: Update setupacdc.yml with timezone configuration

Updated the timezone configuration in setupacdc.yml to use a default value, removing the need for manual configuration. This change simplifies the setup process and reduces user input requirements.
This commit is contained in:
2025-11-01 23:27:16 +01:00
parent 1525f40d6b
commit 9ebc03586d

View File

@@ -19,14 +19,14 @@
-swap 256 \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
-storage local-lvm \
-timezone: {{ localization_timezone }} \
-onboot 1 \
-unprivileged 1 \
-features keyctl=1,nesting=1,mount=cifs
become: yes
become_user: root
# --timezone: {{ localization_timezone }}
# -timezone: {{ localization_timezone }} \
# - hosts: localhost
# gather_facts: no