1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

first commit

This commit is contained in:
thomas.guiseppin 2017-10-21 22:04:42 +02:00
commit 5352a2b94a
396 changed files with 10008 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"name": "Cluster_1",
"url":"myproxmox1.cluster.net",
"port": "8006",
"user": "api@pve",
"password": "*****",
"template": "local:vztmpl/debian-9.0-standard_9.0-2_amd64.tar.gz",
"storage_disk": "disks",
"exclude_nodes": [""],
"weight": 1
}
{
"name": "Cluster_2",
"url":"myproxmox2.cluster.net",
"port": "8006",
"user": "api@pve",
"password": "****",
"template": "local:vztmpl/debian-9.0-standard_9.0-2_amd64.tar.gz",
"storage_disk": "disks",
"exclude_nodes": ["node_fail1"],
"weight": 1
}

View file

@ -0,0 +1,15 @@
{
"instance":
{
"name":"John",
"ip":"172.16.0.10",
"cetmask":"255.255.255.0",
"ram": 128,
"cpu":1,
"vlan":100,
"packages":
{
"list": ["apache2", "php-fpm", "..."]
}
}
}

View file

View file

@ -0,0 +1,3 @@
{
"instances_number": 200
}

View file