c12s-kubespray/contrib/vault/roles/vault/templates/http-proxy.conf.j2

3 lines
199 B
Plaintext
Raw Normal View History

2017-10-27 21:14:05 +00:00
[Service]
2020-06-29 19:39:59 +00:00
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 %}