-
Notifications
You must be signed in to change notification settings - Fork 2
/
cloud-config.yaml
91 lines (91 loc) · 1.84 KB
/
cloud-config.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#cloud-config
autoinstall:
apt:
disable_components: []
geoip: true
preserve_sources_list: false
primary:
- arches:
- amd64
- i386
uri: http://us.archive.ubuntu.com/ubuntu
- arches:
- default
uri: http://ports.ubuntu.com/ubuntu-ports
drivers:
install: false
identity:
hostname: vmi939059
password: $6$qWLwG2cJEh7mG5sw$8t94.hKJ870xeN4xIS07Ru2hrn1ACGnn9WkiL7kEpFxz7GgsLOnC2DgUvWgLswB95gqfjEa3AnGS6qSbCJEti0
realname: adminov
username: unmistames
kernel:
package: linux-generic
keyboard:
layout: us
toggle: null
variant: ''
locale: en_US.UTF-8
network:
ethernets:
ens18:
dhcp4: true
version: 2
snaps:
- channel: stable
classic: true
name: powershell
ssh:
allow-pw: true
authorized-keys: []
install-server: true
storage:
layout:
name: direct
config:
- ptable: msdos
#serial: 0QEMU_QEMU_HARDDISK_drive-scsi0
match:
size: largest
path: /dev/sda
preserve: true
name: ''
grub_device: true
type: disk
id: disk-sda
- device: disk-sda
size: 85899345920
wipe: superblock
flag: boot
number: 1
preserve: true
grub_device: false
type: partition
id: partition-sda1
- fstype: ext4
volume: partition-sda1
preserve: false
type: format
id: format-0
- path: /
device: format-0
type: mount
id: mount-0
- device: disk-sda
size: 85899345920
flag: boot
number: 2
preserve: true
grub_device: false
type: partition
id: partition-sda2
- device: disk-sda
size: 128849018880
flag: boot
number: 3
preserve: true
grub_device: false
type: partition
id: partition-sda3
updates: security
version: 1