Skip to content

Instantly share code, notes, and snippets.

@benfletcher
Created May 17, 2019 14:07
Show Gist options
  • Save benfletcher/e57c21a82451440019d75d685e0a268e to your computer and use it in GitHub Desktop.
Save benfletcher/e57c21a82451440019d75d685e0a268e to your computer and use it in GitHub Desktop.
coignitelite
{
"ignition": {
"version": "2.2.0"
},
"networkd": {
"units": [
{
"name": "00-enp.network",
"contents": "[Match]\nName=enp*\n\n[Network]\nDHCP=yes"
}
]
},
"passwd": {
"users": [
{
"groups": [
"sudo",
"docker"
],
"name": "devadmin",
"passwordHash": "$1$W9wCl6Kh$MDMCRBckzDXgYNTl2dH8a."
}
]
},
"storage": {
"files": [{
"filesystem": "root",
"path": "/etc/hostname",
"mode": 420,
"contents": { "source": "data:,master-1" }
}]
},
"systemd": {
"units": [
{
"mask": true,
"name": "update-engine.service"
},
{
"mask": true,
"name": "locksmithd.service"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment