Skip to content

Instantly share code, notes, and snippets.

@nopp
Created May 6, 2019 18:51
Show Gist options
  • Select an option

  • Save nopp/cc4b93e60eb9921f5f1e6af929206ea9 to your computer and use it in GitHub Desktop.

Select an option

Save nopp/cc4b93e60eb9921f5f1e6af929206ea9 to your computer and use it in GitHub Desktop.
{
"ignition": {
"version": "2.1.0",
"config": {}
},
"storage": {
"disks": [{
"device": "/dev/sda",
"wipeTable": true,
"partitions": [{
"label": "ROOT",
"number": 0,
"size": 0,
"start": 0
}]
}],
"filesystems": [{
"mount": {
"device": "/dev/sda1",
"format": "ext4",
"wipeFilesystem": true,
"options": [ "-L", "ROOT" ]
}
}]
},
"networkd": {},
"passwd": {
"users": [
{
"name": "core",
"sshAuthorizedKeys": [
"ssh-rsa AAAAB3NzaC1yc2EAAAADA...."
],
"groups": [ "sudo", "docker" ]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment