mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
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
|