Files
kubespray/contrib/vault/roles/vault/templates/http-proxy.conf.j2
T
2020-06-29 12:39:59 -07:00

3 lines
199 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 %}