| Filip Pytloun | f5383a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | {%- from "linux/map.jinja" import network with context %} |
| 2 | export http_proxy="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 3 | export https_proxy="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 4 | export ftp_proxy="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 5 | export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com" |
| 6 | export HTTP_PROXY="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 7 | export HTTPS_PROXY="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 8 | export FTP_PROXY="http://{{ network.proxy.host }}:{{ network.proxy.port }}/" |
| 9 | export NO_PROXY="localhost,127.0.0.1,localaddress,.localdomain.com" |