scottslowe-learning-tools/kvm/machines.yml
Scott Lowe a4eb2243fc Remove references to personally-maintained Vagrant boxes
Remove references to personally-maintained Vagrant boxes ("slowe/*"), replacing them with "bento/*" instead. Changes found in YAML/JSON data files as well as in some Vagrantfiles and in all applicable README files.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2016-12-02 17:17:19 -07:00

7 lines
123 B
YAML

---
- name: "kvm-01"
vmw_box: "bento/ubuntu-14.04"
ram: "1024"
vcpu: "1"
ip_addr: "192.168.100.100"
nested: true