1
0
IaC/ansible/roles/hypervisor/defaults/main.yaml
2023-08-14 22:27:29 +10:00

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'