Skip to content

Instantly share code, notes, and snippets.

@yasohero
Created May 15, 2025 11:49
Show Gist options
  • Save yasohero/8ea2a28476948f010e2248817b0d301a to your computer and use it in GitHub Desktop.
Save yasohero/8ea2a28476948f010e2248817b0d301a to your computer and use it in GitHub Desktop.
#cloud-config
autoinstall:
version: 1
locale: de_DE.UTF-8
keyboard:
layout: de
variant: ''
identity:
hostname: ubuntu-server
username: yaser
password: "$6$voHGKghVCqupCu36$JQniTVs7uvCmVAxH3Glvo1YRsQcvUQqFoSRF8YaWIwHi/SfHsaqmSMGzAs8scquo8s76W4Uu6y1rgAyYvoplp1"
ssh:
install-server: true
allow-pw: true
storage:
layout:
name: direct
packages:
- vim
user-data:
disable_root: false
late-commands:
- curtin in-target --target=/target -- systemctl enable ssh
timezone: Europe/Berlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment