--- # ubuntu_autoinstall_tmpdir: ubuntu_autoinstall_locale: en_US ubuntu_autoinstall_keyboard_layout: de ubuntu_autoinstall_keyboard_variant: nodeadkeys ubuntu_autoinstall_timezone: Europe/Vienna # ubuntu_autoinstall_kernel_image: ubuntu_autoinstall_virtual_machine: no # ubuntu_autoinstall_desktop: xubuntu ubuntu_autoinstall_poweroff_when_done: no ubuntu_autoinstall_manual_partitioning: no ubuntu_autoinstall_efi_esp_size: 128M ubuntu_autoinstall_swraid_boot_size: 256M ubuntu_autoinstall_system_lvm_size_default: all ubuntu_autoinstall_system_lvm_volumes_default: - name: root size: "{{ system_lvm_volume_size_root | default('2560M') }}" filesystem: ext4 mountpoint: / - name: var size: "{{ system_lvm_volume_size_var | default('1280M') }}" filesystem: ext4 mountpoint: /var - name: var+log size: "{{ system_lvm_volume_size_varlog | default('768M') }}" filesystem: ext4 mountpoint: /var/log mount_options: - noatime - nodev - noexec ubuntu_autoinstall_apt_arches: - amd64 ubuntu_autoinstall_install_tasks: []