#cloud-config
autoinstall:
  apt:
    geoip: true
    preserve_sources_list: false
    primary:
    - arches: [amd64, i386]
      uri: http://archive.ubuntu.com/ubuntu
    - arches: [default]
      uri: http://ports.ubuntu.com/ubuntu-ports
  identity: {hostname: public, password: $6$76eU//YqTyV7foup$8xcQQLxVXixZGQ5WMbFD7BArZ2F8w8F.KkmJRyKsJpama.44/xlk.axi0MMWiLSFEERFnUqCWLsSPumCCmjQL/, realname: public, username: public}
  keyboard: {layout: us, toggle: null, variant: ''}
  locale: en_US  
  ssh:
    allow-pw: true
    authorized-keys: []
    install-server: true
  storage:
    config:
    - {ptable: gpt, path: /dev/$$VT_LINUX_DISK_MAX_SIZE$$, wipe: superblock-recursive, preserve: false, name: '', grub_device: true, type: disk, id: disk-$$VT_LINUX_DISK_MAX_SIZE$$}
    - {device: disk-$$VT_LINUX_DISK_MAX_SIZE$$, size: 1048576, flag: bios_grub, number: 1, preserve: false, type: partition, id: partition-0}
    - {device: disk-$$VT_LINUX_DISK_MAX_SIZE$$, size: 21471690752, wipe: superblock, flag: '', number: 2, preserve: false, type: partition, id: partition-1}
    - {fstype: ext4, volume: partition-1, preserve: false, type: format, id: format-0}
    - {device: format-0, path: /, type: mount, id: mount-0}
  version: 1


