scottslowe-learning-tools/vagrant-json/machines.json
Scott Lowe f73b7ee34c Improve multi-platform support
Update Vagrantfile and associated data files (YAML and/or JSON) to provide better multi-platform support via provider overrides.
2016-04-05 22:53:51 -06:00

30 lines
509 B
JSON

[
{
"name": "jessie",
"vmw_box": "slowe/debian-81-x64",
"vb_box": "debian/jessie64",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.101",
"nested": false
},
{
"name": "trusty",
"vmw_box": "slowe/ubuntu-trusty-x64",
"vb_box": "ubuntu/trusty64",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.102",
"nested": true
},
{
"name": "precise",
"vmw_box": "slowe/ubuntu-precise-x64",
"vb_box": "ubuntu/precise64",
"ram": 512,
"vcpu": 1,
"ip_addr": "192.168.100.103"
}
]