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

20 lines
320 B
YAML
Raw Normal View History

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