Add support for http(s)_proxy to CoreOS, Fedora and OpenSUSE (#4669)

* Add support for http(s)_proxy to CoreOS and Fedora

* fix opensuse proxy support

* Fix CoreOS proxy support

* update documentation
This commit is contained in:
MarkusTeufelberger
2019-05-02 21:28:22 +02:00
committed by Kubernetes Prow Robot
parent 3f45122d0d
commit 560f50d3cd
4 changed files with 50 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ Variables are listed with their default values, if applicable.
* `http_proxy`/`https_proxy`
The role will configure the package manager (if applicable) to download packages via a proxy.
This is currently implemented for CentOS/RHEL (`http_proxy` only) as well as Debian and Ubuntu (both `http_proxy` and `https_proxy` are respected)
* `override_system_hostname: true`
The role will set the hostname of the machine to the name it has according to Ansible's inventory (the variable `{{ inventory_hostname }}`).