Created
May 6, 2019 18:51
-
-
Save nopp/cc4b93e60eb9921f5f1e6af929206ea9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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