mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-13 03:32:16 +00:00
15 lines
216 B
JSON
15 lines
216 B
JSON
|
{
|
||
|
"instance":
|
||
|
{
|
||
|
"name":"John",
|
||
|
"ip":"172.16.0.10",
|
||
|
"cetmask":"255.255.255.0",
|
||
|
"ram": 128,
|
||
|
"cpu":1,
|
||
|
"vlan":100,
|
||
|
"packages":
|
||
|
{
|
||
|
"list": ["apache2", "php-fpm", "..."]
|
||
|
}
|
||
|
}
|
||
|
}
|