#cloud-config # See the autoinstall documentation at: # https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html autoinstall: active-directory: admin-name: '' domain-name: '' apt: conf: "Dpkg::Options {\n \"--force-confdef\";\n \"--force-confold\";\n};\n" disable_components: [] disable_suites: - release - updates - backports - security - proposed fallback: offline-install geoip: true mirror-selection: primary: - country-mirror - arches: &id001 - amd64 - i386 uri: http://archive.ubuntu.com/ubuntu/ - arches: &id002 - s390x - arm64 - armhf - powerpc - ppc64el - riscv64 uri: http://ports.ubuntu.com/ubuntu-ports preserve_sources_list: false security: - arches: *id001 uri: http://security.ubuntu.com/ubuntu/ - arches: *id002 uri: http://ports.ubuntu.com/ubuntu-ports codecs: install: false drivers: install: false kernel: package: linux-nvidia-hwe-24.04 keyboard: layout: us toggle: null variant: '' locale: en_US.UTF-8 network: renderer: NetworkManager version: 2 oem: install: auto source: id: ubuntu-server search_drivers: true ssh: allow-pw: true authorized-keys: [] install-server: false storage: config: - ptable: gpt path: /dev/vda wipe: superblock-recursive preserve: false name: osdisk grub_device: false id: vda type: disk - device: vda size: 536870912 flag: boot number: 1 preserve: false grub_device: true path: /dev/vda1 id: vda-part1 type: partition - device: vda size: 42410704896 number: 2 preserve: false grub_device: false path: /dev/vda2 id: vda-part2 type: partition - fstype: fat32 volume: vda-part1 label: efi preserve: false id: vda-part1-fs1 type: format - fstype: ext4 volume: vda-part2 label: root preserve: false id: vda-part2-fs1 type: format - path: / device: vda-part2-fs1 options: errors=remount-ro id: vda-mount2 type: mount - path: /boot/efi device: vda-part1-fs1 id: boot-mount1 type: mount swap: size: 16G updates: security user-data: no_ssh_fingerprints: true runcmd: - - userdel - ubuntu - - rm - -rf - /home/ubuntu users: [] version: 1