File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
- hosts : all
3
- vars :
4
- nodepool_rdo_proxy : " {{ zuul_site_mirror_fqdn }}:8080/rdo"
5
- nodepool_pypi_mirror : " http://{{ zuul_site_mirror_fqdn }}:8080/pypi/simple"
6
- nodepool_mirror_host : " {{ zuul_site_mirror_fqdn }}"
7
- nodepool_npmjs_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/registry.npmjs/"
8
- nodepool_elastic_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/elastic/"
9
- nodepool_grafana_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/grafana/"
10
- nodepool_cbs_centos_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
11
- nodepool_oraclelinux_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/oraclelinux/"
12
- nodepool_percona_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/percona"
3
+ vars_files :
4
+ - ../vars/zuul.yml
13
5
tasks :
14
6
- name : copy setup script
15
7
copy :
Original file line number Diff line number Diff line change
1
+ ---
2
+ nodepool_rdo_proxy : " {{ zuul_site_mirror_fqdn }}:8080/rdo"
3
+ nodepool_pypi_mirror : " http://{{ zuul_site_mirror_fqdn }}:8080/pypi/simple"
4
+ nodepool_mirror_host : " {{ zuul_site_mirror_fqdn }}"
5
+ nodepool_npmjs_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/registry.npmjs/"
6
+ nodepool_elastic_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/elastic/"
7
+ nodepool_grafana_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/grafana/"
8
+ nodepool_cbs_centos_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
9
+ nodepool_oraclelinux_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/oraclelinux/"
10
+ nodepool_percona_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/percona"
You can’t perform that action at this time.
0 commit comments