homelab/dev/hypervisor.yml

9 lines
134 B
YAML

- name: Install Hypervisor
hosts: all
become: true
vars_files:
- host_vars/hypervisor.yml
roles:
- base
- libvirt