mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
27 lines
403 B
JSON
27 lines
403 B
JSON
[
|
|
{
|
|
"name": "jessie",
|
|
"box": "slowe/debian-81-x64",
|
|
"ram": 512,
|
|
"vcpu": 1,
|
|
"ip_addr": "192.168.100.101",
|
|
"nested": false
|
|
},
|
|
|
|
{
|
|
"name": "trusty",
|
|
"box": "slowe/ubuntu-trusty-x64",
|
|
"ram": 512,
|
|
"vcpu": 1,
|
|
"ip_addr": "192.168.100.102",
|
|
"nested": true
|
|
},
|
|
|
|
{
|
|
"name": "precise",
|
|
"box": "slowe/ubuntu-precise-x64",
|
|
"ram": 512,
|
|
"vcpu": 1,
|
|
"ip_addr": "192.168.100.103"
|
|
}
|
|
]
|