d820d09e62
Move libvirt-host and libvirt-vm to Ansible Galaxy roles
10 lines
281 B
YAML
10 lines
281 B
YAML
---
|
|
- name: Ensure the libvirt daemon is configured
|
|
hosts: seed-hypervisor
|
|
tags:
|
|
- libvirt-host
|
|
roles:
|
|
- role: stackhpc.libvirt-host
|
|
libvirt_host_pools: "{{ seed_hypervisor_libvirt_pools }}"
|
|
libvirt_host_networks: "{{ seed_hypervisor_libvirt_networks }}"
|