Alternc  latest
Alternc logiel libre pour l'hébergement
vms.json
Go to the documentation of this file.
1 {
2 "vm1":{
3  "hostname":"vm1.test.fr",
4  "network":{
5  "eth0":{
6  "link":"brdummy",
7  "ip":"10.50.0.2\/24"
8  },
9  "eth1":{
10  "link":"brdummy2",
11  "ip":"10.55.0.2\/24"
12  }
13  }
14 },
15 "vm2":{
16  "hostname":"vm2.test.fr",
17  "network":{
18  "eth0":{
19  "link":"brdummy",
20  "ip":"10.51.0.2\/24"
21  }
22  }
23 }
24 }