diff --git a/roles/kubespray-defaults/defaults/main.yaml b/roles/kubespray-defaults/defaults/main.yaml
index b5da646d559221d4674d332cb37ab6371dc0942c..76f86373051df57dd7a11c098bf2dc16932e8fef 100644
--- a/roles/kubespray-defaults/defaults/main.yaml
+++ b/roles/kubespray-defaults/defaults/main.yaml
@@ -411,8 +411,11 @@ no_proxy: >-
 
 proxy_env:
   http_proxy: "{{ http_proxy| default ('') }}"
+  HTTP_PROXY: "{{ http_proxy| default ('') }}"
   https_proxy: "{{ https_proxy| default ('') }}"
+  HTTPS_PROXY: "{{ https_proxy| default ('') }}"
   no_proxy: "{{ no_proxy| default ('') }}"
+  NO_PROXY: "{{ no_proxy| default ('') }}"
 
 ssl_ca_dirs: >-
   [