homelab/dev/hypervisor.yml

10 lines
148 B
YAML

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