20 lines
320 B
YAML
20 lines
320 B
YAML
libvirt_packages:
|
|
Archlinux:
|
|
- qemu-base
|
|
- openbsd-netcat
|
|
- swtpm
|
|
- gettext
|
|
- libvirt
|
|
- libvirt-python
|
|
- python-lxml
|
|
|
|
hypervisor:
|
|
storage: dir
|
|
device: /dev/sdb
|
|
|
|
# hypervisor:
|
|
# storage: zfs
|
|
# datasets:
|
|
# - name: tank/vhds
|
|
# compression: lz4
|
|
# encryption: 'off' |