Created
May 17, 2019 14:07
-
-
Save benfletcher/e57c21a82451440019d75d685e0a268e to your computer and use it in GitHub Desktop.
coignitelite
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.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