mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-28 13:46:36 +02:00
set proxy_env defaults to none
This commit is contained in:
parent
4beb35cdbe
commit
08d8316bdd
@ -39,5 +39,5 @@ docker_daemon_options: {}
|
|||||||
|
|
||||||
# proxy env, if defined, env vars https_proxy and http_proxy will be injected.
|
# proxy env, if defined, env vars https_proxy and http_proxy will be injected.
|
||||||
proxy_env:
|
proxy_env:
|
||||||
http_proxy: 'http://10.0.45.5:8118'
|
http_proxy:
|
||||||
https_proxy: 'http://10.0.45.5:8118'
|
https_proxy:
|
Loading…
Reference in New Issue
Block a user