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