mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-08 14:32:09 -03:30
8 lines
105 B
YAML
8 lines
105 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- role: bootstrap_os
|