1
0
IaC/ansible/roles/hypervisor/defaults/main.yaml

19 lines
285 B
YAML
Raw Normal View History

2023-08-09 04:38:34 -04:00
libvirt_packages:
arch:
qemu-base
openbsd-netcat
swtpm
gettext
libvirt
libvirt-python
2023-08-10 09:32:17 -04:00
hypervisor:
storage: dir
2023-08-10 20:52:27 -04:00
device: /dev/sda
2023-08-13 00:03:03 -04:00
# hypervisor:
# storage: zfs
# datasets:
# - name: tank/vhds
# compression: lz4
# encryption: 'off'