mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
11 lines
233 B
YAML
11 lines
233 B
YAML
---
|
|
- include: bootstrap-ubuntu.yml
|
|
when: bootstrap_os == "ubuntu"
|
|
|
|
- include: bootstrap-coreos.yml
|
|
when: bootstrap_os == "coreos"
|
|
|
|
- include: bootstrap-centos.yml
|
|
when: bootstrap_os == "centos"
|
|
|
|
- include: setup-pipelining.yml |