mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
first commit
This commit is contained in:
commit
5352a2b94a
396 changed files with 10008 additions and 0 deletions
23
databases/mongoDB/clusters.json
Normal file
23
databases/mongoDB/clusters.json
Normal 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
|
||||
}
|
15
databases/mongoDB/instances.json
Normal file
15
databases/mongoDB/instances.json
Normal 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", "..."]
|
||||
}
|
||||
}
|
||||
}
|
0
databases/mongoDB/nodes.json
Normal file
0
databases/mongoDB/nodes.json
Normal file
3
databases/mongoDB/system.json
Normal file
3
databases/mongoDB/system.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"instances_number": 200
|
||||
}
|
0
databases/mongoDB/users.json
Normal file
0
databases/mongoDB/users.json
Normal file
Loading…
Add table
Add a link
Reference in a new issue