mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
30 lines
495 B
JSON
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"
|
|
}
|
|
]
|