From 1525f40d6b323c6ac4d81697d0a21562418762d8 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 23:26:11 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20with=20timezone=20and=20onboot=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index d0636be..d12c84c 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -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