-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-data-temp
42 lines (42 loc) · 1002 Bytes
/
user-data-temp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#cloud-config
autoinstall:
version: 1
storage:
layout:
name: lvm
locale: en_US.UTF-8
keyboard:
layout: us
identity:
hostname: KSHOSTNAME
password: $6$6NbWpnzt6ZByj4Ov$ghwr81Kzx1JcRzcRAXoz7ymiRo62Xgpbbwr/nnHLrkp3gYmyEILFfJZRpfZ/rA3bwGJu6bwsCbmpzfp9bZ1Jv0
username: linuxroot
network:
network:
version: 2
ethernets:
eno8303:
dhcp4: no
addresses:
- KSIPADDRESS
nameservers:
addresses: [KSNAMESERVER]
routes:
- to: default
via: KSGATEWAY
ssh:
allow-pw: true
install-server: true
apt:
preserve_sources_list: false
mirror-selection:
primary:
- country-mirror
- arches: [i386, amd64]
uri: "http://archive.ubuntu.com/ubuntu"
- arches: [s390x, arm64, armhf, powerpc, ppc64el, riscv64]
uri: "http://ports.ubuntu.com/ubuntu-ports"
fallback: abort
geoip: true
runcmd:
shutdown -h now