Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
f7cf8264d05b79db33a4343e51a107c1565d3de5
/
.
/
templates
/
pip.conf.j2
blob: 688cd150aa4d10735414277c0087ae5d042c3ec4 [
file
] [
log
] [
blame
]
[
global
]
index
-
url
=
{{
pip_index_url
}}
{%
if
http_proxy
is
defined
%}
proxy
=
{{
http_proxy
}}
{%
endif
%}
{%
if
pip_trusted_hosts
is
defined
%}
trusted
-
host
=
{{
pip_trusted_hosts
}}
{%
endif
%}