#cloud-config autoinstall: apt: disable_components: [] geoip: true preserve_sources_list: false primary: - arches: - amd64 - i386 uri: http://de.archive.ubuntu.com/ubuntu - arches: - default uri: http://ports.ubuntu.com/ubuntu-ports drivers: install: false identity: hostname: ubuntu password: $6$rounds=4096$OlRxy5Ixtv$Ai4blSX9rjr86grmtnVkD4bNsK6uXswHQBPQ3X7Bfz6S3UbHQ/pgkJ6y60V4yo88jwawa9DRUCQTjU6t98vAC1 realname: sysadm username: sysadm kernel: package: linux-generic keyboard: layout: de toggle: null variant: nodeadkeys locale: en_US network: ethernets: ens192: dhcp4: true version: 2 packages: - ncdu source: id: ubuntu-server search_drivers: true ssh: allow-pw: true authorized-keys: [] install-server: true storage: config: - ptable: gpt path: /dev/sda wipe: superblock preserve: false name: '' grub_device: true type: disk id: disk-sda - device: disk-sda size: 1048576 flag: bios_grub number: 1 preserve: false grub_device: false type: partition id: partition-grub - device: disk-sda size: 1610612736 number: 2 preserve: false grub_device: false type: partition id: partition-boot - device: disk-sda size: 19861078016 number: 3 preserve: false grub_device: false type: partition id: partition-lvm - name: ubuntu_vg devices: - partition-lvm preserve: false type: lvm_volgroup id: lvm_ubuntu_vg - name: lv_root volgroup: lvm_ubuntu_vg size: 8589934592B preserve: false type: lvm_partition id: lvm_lv_root - name: lv_var volgroup: lvm_ubuntu_vg size: 4294967296B preserve: false type: lvm_partition id: lvm_lv_var - name: lv_opt volgroup: lvm_ubuntu_vg size: 1073741824B preserve: false type: lvm_partition id: lvm_lv_opt - name: lv_home volgroup: lvm_ubuntu_vg size: 1073741824B preserve: false type: lvm_partition id: lvm_lv_home - name: lv_tmp volgroup: lvm_ubuntu_vg size: 1073741824B preserve: false type: lvm_partition id: lvm_lv_tmp - name: lv_swap volgroup: lvm_ubuntu_vg size: 2147483648B preserve: false type: lvm_partition id: lvm_lv_swap - fstype: ext4 volume: partition-boot preserve: false type: format id: format-boot - fstype: ext4 volume: lvm_lv_root preserve: false type: format id: format-root - fstype: ext4 volume: lvm_lv_var preserve: false type: format id: format-var - fstype: ext4 volume: lvm_lv_opt preserve: false type: format id: format-opt - fstype: ext4 volume: lvm_lv_home preserve: false type: format id: format-home - fstype: ext4 volume: lvm_lv_tmp preserve: false type: format id: format-tmp - fstype: swap volume: lvm_lv_swap preserve: false type: format id: format-swap - path: / device: format-root type: mount id: mount-root - path: /var device: format-var type: mount id: mount-var - path: /opt device: format-opt type: mount id: mount-opt - path: /home device: format-home type: mount id: mount-home - path: /tmp device: format-tmp type: mount id: mount-tmp - path: '' device: format-swap type: mount id: mount-swap - path: /boot device: format-boot type: mount id: mount-boot swap: size: 0 updates: security user-data: disable_root: false version: 1