mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-13 07:29:32 +01:00
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"machines" : {
|
|
"pbot-vm" : {
|
|
"serial" : 5555,
|
|
"heart" : 5556,
|
|
"cid" : 7,
|
|
"vport" : 5555
|
|
},
|
|
"pbot-test-vm" : {
|
|
"serial" : 7777,
|
|
"heart" : 7778,
|
|
"cid" : 42,
|
|
"vport" : 5555
|
|
}
|
|
},
|
|
"aliases" : {
|
|
"openSUSE" : "pbot-vm",
|
|
"test" : "pbot-test-vm"
|
|
},
|
|
"default-machine" : "openSUSE"
|
|
}
|