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

20 lines
320 B
YAML
Raw Normal View History

2023-08-09 08:38:34 +00:00
libvirt_packages:
2023-08-14 12:27:29 +00:00
Archlinux:
- qemu-base
- openbsd-netcat
- swtpm
- gettext
- libvirt
- libvirt-python
- python-lxml
2023-08-09 08:38:34 +00:00
2023-08-10 13:32:17 +00:00
hypervisor:
storage: dir
2023-08-14 12:27:29 +00:00
device: /dev/sdb
2023-08-13 04:03:03 +00:00
# hypervisor:
# storage: zfs
# datasets:
# - name: tank/vhds
# compression: lz4
# encryption: 'off'