airshipctl/roles/docker-install/templates/http-proxy-conf.j2
Stanislav Egorov 2933dfdc51 Moved last role to airshipctl
All roles should be developed in airshipctl roles dir

Change-Id: Ide949c95889746595d41c4db913619f7140daf35
2020-03-25 13:16:38 -07:00

5 lines
139 B
Django/Jinja

[Service]
Environment="HTTP_PROXY={{ proxy.http }}"
Environment="HTTPS_PROXY={{ proxy.https }}"
Environment="NO_PROXY={{ proxy.noproxy }}"