Files
matchbox/examples/dev/ignition/node2.json
2016-01-06 10:54:06 -08:00

20 lines
522 B
JSON

{
"ignitionVersion": 1,
"systemd": {
"units": [
{
"name": "hello.service",
"enable": true,
"contents": "[Service]\nType=oneshot\nExecStart=/usr/bin/echo Hello World\n\n[Install]\nWantedBy=multi-user.target"
}
]
},
"networkd": {
"units": [
{
"name": "00-ens3.network",
"contents": "[Match]\nName=ens3\n\n[Network]\nAddress=172.17.0.42"
}
]
}
}