1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-13 11:42:13 +00:00
HyperProxmox/databases/mongoDB/instances.json

15 lines
216 B
JSON
Raw Normal View History

2017-10-21 20:04:42 +00:00
{
"instance":
{
"name":"John",
"ip":"172.16.0.10",
"cetmask":"255.255.255.0",
"ram": 128,
"cpu":1,
"vlan":100,
"packages":
{
"list": ["apache2", "php-fpm", "..."]
}
}
}