1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-12 11:12:10 +00:00
HyperProxmox/databases/mongoDB/instances.json
thomas.guiseppin 5352a2b94a first commit
2017-10-21 22:04:42 +02:00

15 lines
No EOL
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", "..."]
}
}
}