Skip to content

Instantly share code, notes, and snippets.

@dixiedream
Created May 4, 2024 09:55
Show Gist options
  • Save dixiedream/7c09e8d2e8254320cdc879394996b116 to your computer and use it in GitHub Desktop.
Save dixiedream/7c09e8d2e8254320cdc879394996b116 to your computer and use it in GitHub Desktop.
Ubuntu autoinstall configuration YAML
autoinstall:
version: 1
identity:
realname: $realname
username: $username
password: $crypted_password
hostname: $hostname
active-directory:
admin-name: $admin_name
domain-name: $domain_name
snaps:
- name: neovim
channel: edge
#packages:
kernel:
flavor: hwe # Hardware enablement
updates: all
locale: en_US.UTF-8
keyboard:
layout: it
# toggle: ctrl:nocaps
storage:
layout:
name: lvm
password: $luks_password
reset-partition: false
codecs:
install: true
drivers:
install: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment