generated from netbootxyz/netboot.xyz-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tptaidc.ign
45 lines (45 loc) · 870 Bytes
/
tptaidc.ign
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
{
"ignition": {
"version": "3.3.0"
},
"passwd": {
"users": [
{
"groups": [
"wheel",
"sudo",
"docker"
],
"name": "sudhegan",
"passwordHash": "$y$j9T$ykLY.A2.kEiwu9iCmgzY0.$4B6xQJvZBUDOrNoj914yBvj.H5A2Egx.Lkl7.S2ecY5",
"sshAuthorizedKeys": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILBSXeDozdfpmc2Al3FwgZtIG4rMd25EkKy5TtLBhci3 [email protected]"
]
}
]
},
"storage": {
"files": [
{
"path": "/etc/hostname",
"contents": {
"compression": "",
"source": "data:,tptaidc.in"
},
"mode": 420
}
]
},
"systemd": {
"units": [
{
"mask": true,
"name": "podman.service"
},
{
"enabled": true,
"name": "docker.service"
}
]
}
}