c12s-kubespray/roles/docker/templates/http-proxy.conf.j2
2016-05-10 15:49:27 -07:00

4 lines
200 B
Django/Jinja

[Service]
Environment={% if http_proxy %}"HTTP_PROXY={{ http_proxy }}"{% endif %} {% if https_proxy %}"HTTPS_PROXY={{ https_proxy }}"{% endif %} {% if no_proxy %}"NO_PROXY={{ no_proxy }}"{% endif %}