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