26 lines
636 B
YAML
26 lines
636 B
YAML
#cloud-config
|
|
autoinstall:
|
|
version: 1
|
|
interactive-sections:
|
|
# - *
|
|
- network
|
|
- proxy
|
|
early-commands:
|
|
- wget http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a -T 10 -t 5 -O /dev/null
|
|
- wget -O /autoinstall.yaml http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/autoconfig.yaml
|
|
locale: "en_US.UTF-8"
|
|
refresh-installer:
|
|
update: false
|
|
keyboard:
|
|
layout: "de"
|
|
variant: "nodeadkeys"
|
|
toggle: null
|
|
source:
|
|
search_drivers: true
|
|
id: ubuntu-server-minimal
|
|
user-data:
|
|
chpasswd:
|
|
expire: false
|
|
list:
|
|
- root:$1$ME2RERY3$gHpBLvF3QL7YPpwxWVtxV1
|