Skip to content

Instantly share code, notes, and snippets.

@jlebon
Created April 12, 2019 13:58
Show Gist options
  • Save jlebon/35125a8bef5ea25cbd8aaff4c2eb95c4 to your computer and use it in GitHub Desktop.
Save jlebon/35125a8bef5ea25cbd8aaff4c2eb95c4 to your computer and use it in GitHub Desktop.
{
"ignition": {
"config": {},
"security": {
"tls": {}
},
"timeouts": {},
"version": "2.2.0"
},
"networkd": {},
"passwd": {
"users": [
{
"name": "core",
"groups": [
"sudo",
"wheel"
],
"sshAuthorizedKeys": [
"ssh-rsa AAAAB3... jlebon@lux"
]
}
]
},
"storage": {
"disks": [
{
"device": "/dev/vdb",
"wipeTable": true,
"partitions": [
{
"label": "CNTNR",
"sizeMiB": "0",
"startMiB": "0",
"wipePartitionEntry": true
}
]
}
],
"filesystems": [
{
"mount": {
"device": "/dev/vdb1",
"format": "xfs",
"label": "CNTNR",
"wipeFilesystem": true
}
}
]
},
"systemd": {
"units": [
{
"name": "var-lib-containers.mount",
"enabled": true,
"contents": "[Mount]\nWhat=/dev/vdb1\nWhere=/var/lib/containers\nType=xfs\nOptions=defaults\n[Install]\nWantedBy=local-fs.target"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment