Created
April 12, 2019 13:58
-
-
Save jlebon/35125a8bef5ea25cbd8aaff4c2eb95c4 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", | |
"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