mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-06-25 10:37:21 +02:00
Add option for install behind http_proxy (#384)
* Add option for install behind http_proxy * Tidy up http_proxy usage
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[Service]
|
||||
Environment=HTTP_PROXY={{ proxy_env.HTTP_PROXY }}
|
||||
Environment=HTTPS_PROXY={{ proxy_env.HTTPS_PROXY }}
|
||||
Environment=NO_PROXY={{ proxy_env.NO_PROXY }}
|
||||
Reference in New Issue
Block a user