mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Add comment about why ansible_ssh_pipelining is set to false in bootstrap-os
This commit is contained in:
parent
9fd14cb6ea
commit
42ea4d2cfd
@ -3,6 +3,8 @@
|
||||
any_errors_fatal: true
|
||||
gather_facts: false
|
||||
vars:
|
||||
# Need to disable pipelining for bootstrap-os as some systems have requiretty in sudoers set, which makes pipelining
|
||||
# fail. bootstrap-os fixes this on these systems, so in later plays it can be enabled.
|
||||
ansible_ssh_pipelining: false
|
||||
roles:
|
||||
- bootstrap-os
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user