Created
May 10, 2019 15:38
-
-
Save michaelgugino/0678e6015b90a9486d25a5062b7470e1 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": { | |
| "config": {}, | |
| "security": { | |
| "tls": {} | |
| }, | |
| "timeouts": {}, | |
| "version": "2.2.0" | |
| }, | |
| "networkd": {}, | |
| "passwd": { | |
| "users": [ | |
| { | |
| "name": "core", | |
| "sshAuthorizedKeys": [ | |
| "ssh-rsa AAAAB...", | |
| ] | |
| } | |
| ] | |
| }, | |
| "storage": { | |
| "files": [ | |
| { | |
| "contents": { | |
| "source": "data:text/plain;charset=utf-8;base64,aGVsbG8gZnJvbSBpZ25pdGlvbiEK", | |
| "verification": {} | |
| }, | |
| "filesystem": "root", | |
| "mode": 384, | |
| "path": "/hello" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment