github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/roles/docker-proxy/templates/http-proxy.conf (about)

     1  [Service]
     2  Environment="HTTPS_PROXY={{ https_proxy }}"
     3  Environment="HTTP_PROXY={{ http_proxy }}"
     4  Environment="NO_PROXY={{ no_proxy }}"