mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 01:38:59 -03:30
Merge pull request #3172 from Atoms/additional-proxy
Add additional no proxy parameter for more customization
This commit is contained in:
@@ -333,6 +333,9 @@ no_proxy: >-
|
||||
{%- endif -%}
|
||||
{{ item }},{{ item }}.{{ dns_domain }},
|
||||
{%- endfor -%}
|
||||
{%- if additional_no_proxy is defined -%}
|
||||
{{ additional_no_proxy }},
|
||||
{%- endif -%}
|
||||
127.0.0.1,localhost
|
||||
{%- endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user