|
@@ -60,7 +60,7 @@
|
|
- regex: '^HTTPS_PROXY='
|
|
- regex: '^HTTPS_PROXY='
|
|
line: "HTTPS_PROXY={{ openshift.common.https_proxy }}"
|
|
line: "HTTPS_PROXY={{ openshift.common.https_proxy }}"
|
|
- regex: '^NO_PROXY='
|
|
- regex: '^NO_PROXY='
|
|
- line: "NO_PROXY={{ openshift.common.no_proxy | join(',') }}"
|
|
|
|
|
|
+ line: "NO_PROXY={{ openshift.common.no_proxy | join(',') }},{{ openshift.common.portal_net }},{{ openshift.master.sdn_cluster_network_cidr }}"
|
|
when: "{{ openshift.common.http_proxy is defined and openshift.common.http_proxy != '' }}"
|
|
when: "{{ openshift.common.http_proxy is defined and openshift.common.http_proxy != '' }}"
|
|
notify:
|
|
notify:
|
|
- restart node
|
|
- restart node
|