mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
{
|
|
"core": {
|
|
"hostname": "<server name>",
|
|
"ssh_keys": [
|
|
"ssh-ed25519 AAAA..."
|
|
],
|
|
"var_key": "<LUKS key>",
|
|
"var_wipe": false
|
|
},
|
|
"drives": [
|
|
{
|
|
"devices": ["/dev/sda"],
|
|
"key": "<LUKS key>",
|
|
"name": "stuff",
|
|
"wipe": false
|
|
}
|
|
]
|
|
} |