Add proxy to systemwide-executable roles
Change-Id: I656b4222ebcc8c8a222c5fdc366d73fd56b2dfba
This commit is contained in:
parent
517cf775c9
commit
7d9d765fbc
@ -0,0 +1,4 @@
|
||||
proxy:
|
||||
enabled: "false"
|
||||
http:
|
||||
noproxy:
|
@ -2,6 +2,10 @@
|
||||
make:
|
||||
chdir: "{{ remote_work_dir | default(zuul.project.src_dir) }}"
|
||||
target: docker-image
|
||||
params:
|
||||
USE_PROXY: "{{ proxy.enabled }}"
|
||||
PROXY: "{{ proxy.http }}"
|
||||
NO_PROXY: "{{ proxy.noproxy }}"
|
||||
|
||||
- name: "copy airshipctl binary to host"
|
||||
shell: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user