f76f244a38
Currently supports configuration of: - Local networking - NTP - Libvirt storage pools and networks
8 lines
245 B
YAML
8 lines
245 B
YAML
---
|
|
- name: Ensure the libvirt daemon is configured
|
|
hosts: seed-hypervisor
|
|
roles:
|
|
- role: libvirt-host
|
|
libvirt_host_pools: "{{ seed_hypervisor_libvirt_pools }}"
|
|
libvirt_host_networks: "{{ seed_hypervisor_libvirt_networks }}"
|