c12s-kubespray/roles/container-engine
Denis Kadyshev 7d1ab3374e
Proxy fixes (#5869)
* Fix proxy and module_hotfixes

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
```

* Use ini_file module for work with ini files

* Prevent duplicates proxy= option in /etc/yum.conf

Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
2020-04-09 01:25:44 -07:00
..
containerd fix systemd cgroup driver for containerd (#5220) 2020-04-01 00:43:26 -07:00
cri-o remove atomic support because reached end of live (#5783) 2020-03-17 14:31:27 -07:00
docker Proxy fixes (#5869) 2020-04-09 01:25:44 -07:00
docker-storage Make container storage repository configurable (#4284) 2019-02-25 19:29:32 -08:00
meta Enable containerd to deploy vanilla containerd package (#4951) 2019-07-10 23:46:54 -07:00