mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
10 lines
184 B
YAML
10 lines
184 B
YAML
---
|
|
- name: Prepare Hypervisor to later install kubespray VMs
|
|
hosts: localhost
|
|
gather_facts: false
|
|
become: true
|
|
vars:
|
|
bootstrap_os: none
|
|
roles:
|
|
- { role: kvm-setup }
|