c12s-kubespray/roles/bootstrap-os/tasks
Etienne Champetier a790935d02
Only setup *_PROXY env variables where needed (#7095)
no_proxy is a pain to get right, and having proxy variables present causes issues
(k8s components get proxy configuration after upgrade, see #7100)

It's better to only configure what require proxy:
- the runtime (containerd/docker/crio)
- the package manager + apt_key
- the download tasks

Tested with the following clusters
- 4 CentOS 8 nodes
- 1 Ubuntu 20.04 node

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2021-01-11 07:21:08 -08:00
..
bootstrap-centos.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
bootstrap-clearlinux.yml Define and implement specs for bootstrap-os (#4455) 2019-04-23 15:46:02 -07:00
bootstrap-coreos.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
bootstrap-debian.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
bootstrap-fedora-coreos.yml Fedora CoreOS fixes (#7010) 2020-12-23 00:22:25 -08:00
bootstrap-fedora.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
bootstrap-flatcar.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00
bootstrap-opensuse.yml Ensure /etc/sysconfig/proxy for openSUSE bootstrap (#5445) 2020-04-17 14:23:35 -07:00
bootstrap-redhat.yml Proxy small fixes (#7102) 2021-01-07 10:50:53 -08:00
main.yml Only setup *_PROXY env variables where needed (#7095) 2021-01-11 07:21:08 -08:00