kayobe/ansible/roles/libvirt-host/tasks/main.yml
Mark Goddard c2771d7c0e Add libvirt-host role
Configures a host as a Libvirt/KVM hypervisor. It can also create pools and networks
2017-08-07 12:08:08 +00:00

6 lines
96 B
YAML

---
- include: validate.yml
- include: install.yml
- include: pools.yml
- include: networks.yml