Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
fa7add1fee5b6375be6391a0e11c6cd0ea7fe0df
/
.
/
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
%}