c12s-kubespray/roles/bootstrap-os/tasks
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
..
bootstrap-centos.yml Proxy fixes (#5869) 2020-04-09 01:25:44 -07:00
bootstrap-clearlinux.yml Define and implement specs for bootstrap-os (#4455) 2019-04-23 15:46:02 -07:00
bootstrap-coreos.yml added "Flatcar", "Flatcar Container Linux by Kinvolk" for all coreOS role (#5607) 2020-02-18 00:15:29 -08:00
bootstrap-debian.yml Use raw module for bootstrap-debian.yml (#5061) 2019-08-22 01:46:31 -07:00
bootstrap-fedora-coreos.yml Fedora CoreOS support (#5657) 2020-03-17 03:12:21 -07:00
bootstrap-fedora.yml remove atomic support because reached end of live (#5783) 2020-03-17 14:31:27 -07:00
bootstrap-opensuse.yml Fix conntrack for opensuse and docker support (#5880) 2020-04-08 07:37:44 -07:00
main.yml Fix conntrack for opensuse and docker support (#5880) 2020-04-08 07:37:44 -07:00