16 lines
198 B
Smarty
16 lines
198 B
Smarty
|
{
|
||
|
"ignition": {
|
||
|
"version": "3.0.0"
|
||
|
},
|
||
|
"passwd": {
|
||
|
"users": [
|
||
|
{
|
||
|
"name": "root",
|
||
|
"sshAuthorizedKeys": [
|
||
|
"${ssh_public_key}"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|