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