mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile and supporting files to create a learning environment for KVM and Libvirt.
7 lines
114 B
YAML
7 lines
114 B
YAML
---
|
|
- name: kvm-01
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 1024
|
|
vcpu: 1
|
|
ip_addr: 192.168.100.100
|
|
nested: true
|