scottslowe-learning-tools/vagrant-json/machines.json
Scott Lowe 30bc9843c3 Add initial set of files for using JSON data file with Vagrant
Add JSON data file. Add modified Vagrantfile to read external JSON
data file.
2016-01-15 23:36:07 -07:00

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"
}
]