Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-os-pip
/
3aee17e5a10c58adb3e9144a3993307a1694b7ac
/
.
/
templates
/
pip.conf.j2
blob: 36207eeaaf04f0ffead7afd7cad1d0f52ccd975a [
file
] [
log
] [
blame
]
[
global
]
index
-
url
=
{{
pip_index_url
}}
{%
if
pip_trusted_hosts
is
defined
%}
trusted
-
hosts
=
{{
pip_trusted_hosts
}}
{%
endif
%}