Merge "Add proxy to systemwide-executable roles"

This commit is contained in:
Zuul 2020-03-06 20:25:51 +00:00 committed by Gerrit Code Review
commit 8c6ef23228
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
proxy:
enabled: "false"
http:
noproxy:

View File

@ -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: |