mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-11 06:29:38 -02:30
Disable fastestmirror on CentOS
It actually slows down things dramatically when used in combination with Ansible.
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
- include: bootstrap-coreos.yml
|
||||
when: bootstrap_os == "coreos"
|
||||
|
||||
- include: setup-pipelining.yml
|
||||
- include: bootstrap-centos.yml
|
||||
when: bootstrap_os == "centos"
|
||||
|
||||
- include: setup-pipelining.yml
|
||||
Reference in New Issue
Block a user