Installation Behind HTTP-Proxy
In order to install behind http_proxy, you will need to update group_vars/all.yml
with the following:
x
proxy_env:
http_proxy: http://<proxy-host>
https_proxy: https://<proxy-host>
These settings will be passed to all tasks accessing the web for the installation of RPMs and other binaries, through the proxy settings provided.
You will need to ensure that the formatting is correct (yaml formatting). This can be in a separate page.
Was this page helpful?