mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-14 03:10:44 -03:30
4 lines
200 B
Django/Jinja
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 %}
|