contiv / install

Contiv Installer
https://contiv.github.io
Other
114 stars 56 forks source link

Use system proxy #272

Closed tiewei closed 6 years ago

tiewei commented 6 years ago

The intention of override this env is to provide envrionment vars in many places of ansible roles (which might be a bad idea), but force it to use no proxy will ignore whatever has been set on system level and if there's requirement to do http/https proxy on the host, it will not be able to reach the internet or other network depends on the proxy settings. We use use system proxy by default, or override the proxy settings explicitly if it's required.

Signed-off-by: Wei Tie wtie@cisco.com

chrisplo commented 6 years ago

👍 LGTM