10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
- name: Prepare Hypervisor to later install kubespray VMs
|
|
hosts: localhost
|
|
gather_facts: False
|
|
become: yes
|
|
vars:
|
|
bootstrap_os: none
|
|
roles:
|
|
- { role: kvm-setup }
|