c12s-kubespray/roles
Etienne Champetier 03f316e7a2
Fix proxy and module_hotfixes (#6837)
This fixes the Containerd + EL8 case that was missed in 7d1ab3374e

On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.

For example:
```
proxy=http://127.0.0.1:3128module_hotfixes=True
```

But expected result:
```
proxy=http://127.0.0.1:3128
module_hotfixes=True
```

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2020-10-19 23:06:07 -07:00
..
adduser Fix nologin wrong path (#6272) 2020-06-16 02:30:04 -07:00
bastion-ssh-config Use connection: local when delegate_to: localhost (#6322) 2020-06-25 08:14:38 -07:00
bootstrap-os Update bunch of dependencies (#6801) 2020-10-09 01:35:06 -07:00
container-engine Fix proxy and module_hotfixes (#6837) 2020-10-19 23:06:07 -07:00
download Upgrade Flannel to 0.13.0 (#6826) 2020-10-15 10:50:22 -07:00
etcd Do not install etcd and etcdctl on master with scale.yml playbook. (#6798) 2020-10-06 07:04:20 -07:00
kubernetes change owner to root for bin_dir directory (#6814) 2020-10-12 18:13:22 -07:00
kubernetes-apps Use existing variable for tiller service account name (#6829) 2020-10-19 03:04:13 -07:00
kubespray-defaults Fix line-spacing in no_proxy.yml (#6810) 2020-10-11 08:50:47 -07:00
network_plugin Update kube-router to 1.1.0 (#6793) 2020-10-05 13:46:20 -07:00
recover_control_plane Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
remove-node Make sure node_ip is set if node is in etcd group (#6719) 2020-09-18 17:14:27 -07:00
reset Make reset work for crio (#6812) 2020-10-12 15:47:22 -07:00
upgrade Edited pre-upgrade task to uncordon a node failing to drain (#6546) 2020-08-20 04:25:36 -07:00
win_nodes/kubernetes_patch Remove workaround with kube_proxy_remove (#6512) 2020-09-17 04:30:45 -07:00