8 lines
268 B
YAML
8 lines
268 B
YAML
#cloud-config
|
|
autoinstall:
|
|
version: 1
|
|
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
|
|
|