scottslowe-learning-tools/vagrant-json/machines.json
Scott S. Lowe 23ad41fdee Change default box for VMware platforms
Begin the process of phasing out my personal Vagrant boxes in favor of better-maintained boxes. This involves changes to machines.yml and README.md for many projects in this repo.

Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
2016-11-26 00:00:19 -07:00

30 lines
495 B
JSON

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