mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Add support for no_proxy
This commit is contained in:
@@ -169,6 +169,10 @@ spec:
|
|||||||
- name: https_proxy
|
- name: https_proxy
|
||||||
value: {{ https_proxy }}
|
value: {{ https_proxy }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if no_proxy is defined %}
|
||||||
|
- name: no_proxy
|
||||||
|
value: {{ no_proxy }}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
|||||||
Reference in New Issue
Block a user