mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-23 20:05:05 -02:30
Add CI var for http_proxy (#6039)
This commit is contained in:
@@ -26,3 +26,6 @@
|
||||
- name: Populates no_proxy to all hosts
|
||||
set_fact:
|
||||
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
|
||||
proxy_env:
|
||||
no_proxy: "{{ hostvars.localhost.no_proxy_prepare }}"
|
||||
NO_PROXY: "{{ hostvars.localhost.no_proxy_prepare }}"
|
||||
|
||||
Reference in New Issue
Block a user