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:
@@ -19,14 +19,14 @@
|
|||||||
-swap 256 \
|
-swap 256 \
|
||||||
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
|
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
|
||||||
-storage local-lvm \
|
-storage local-lvm \
|
||||||
-timezone: {{ localization_timezone }} \
|
|
||||||
-onboot 1 \
|
-onboot 1 \
|
||||||
-unprivileged 1 \
|
-unprivileged 1 \
|
||||||
-features keyctl=1,nesting=1,mount=cifs
|
-features keyctl=1,nesting=1,mount=cifs
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
# --timezone: {{ localization_timezone }}
|
# -timezone: {{ localization_timezone }} \
|
||||||
|
|
||||||
|
|
||||||
# - hosts: localhost
|
# - hosts: localhost
|
||||||
# gather_facts: no
|
# gather_facts: no
|
||||||
|
|||||||
Reference in New Issue
Block a user