Created
May 15, 2025 11:49
-
-
Save yasohero/8ea2a28476948f010e2248817b0d301a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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