2020-05-22 16:45:58 +02:00
|
|
|
{% for proto in env_proxy_protocols %}
|
2020-05-22 19:39:36 +02:00
|
|
|
export {{ proto }}="{{ env_proxy_http_url }}"
|
2020-05-22 16:45:58 +02:00
|
|
|
{% endfor %}
|
2020-05-22 16:54:20 +02:00
|
|
|
export no_proxy="{% for target in no_proxy_targets %}{{ target }}{% if not loop.last %},{% endif %}{% endfor %}"
|
|
|
|
export NO_PROXY="{% for target in no_proxy_targets %}{{ target }}{% if not loop.last %},{% endif %}{% endfor %}"
|