Will Miller 72a17aabd1 Add initial host setup
Set up the basic Ansible directory structure, and add the logic to
connect up the physical networks.
2018-08-20 16:57:01 +00:00

14 lines
406 B
Plaintext

---
libvirt_pool_name: tenks
libvirt_pool_path: /var/lib/libvirt/tenks_pool/
libvirt_pool_type: dir
# Capacity is irrelevant for directory-based pools.
libvirt_pool_capacity:
libvirt_pool_mode: 755
libvirt_pool_owner: "{{ ansible_user_id }}"
libvirt_pool_group: "{{ ansible_user_id }}"
# By default, allow QEMU without hardware virtualisation since this is a
# development tool.
libvirt_require_vt: false