c12s-kubespray/roles/container-engine/docker
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
..
defaults Remove dockerproject_.+_repo_.+ variables (#5662) 2020-02-22 13:28:47 -08:00
files Fixing and issue where if the pids in the orphan list no longer exist then all systemd child processes would be killed. (#5636) 2020-02-17 09:33:29 -08:00
handlers Fedora CoreOS support (#5657) 2020-03-17 03:12:21 -07:00
meta Fix docker-storage was not found issue (#3584) 2018-11-06 17:50:14 -08:00
tasks Proxy fixes (#5869) 2020-04-09 01:25:44 -07:00
templates Proxy fixes (#5869) 2020-04-09 01:25:44 -07:00
vars Update docker RHEL/CentOS versions to the latest patch versions available. (#5872) 2020-04-08 10:09:45 -07:00