mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Some systems (e.g. CentOS on Azure) have requiretty in sudoers which makes pipelining fail.
9 lines
168 B
YAML
9 lines
168 B
YAML
---
|
|
- include: bootstrap-ubuntu.yml
|
|
when: bootstrap_os == "ubuntu"
|
|
|
|
- include: bootstrap-coreos.yml
|
|
when: bootstrap_os == "coreos"
|
|
|
|
- include: setup-pipelining.yml
|