aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-compute/templates/pip.conf.j2
blob: 1ada4763d9e03a8be970b79db882c39d49883179 (plain)
1
2
3
4
5
[global]
find-links = http://{{ offline_repo_ip }}:{{ offline_repo_port }}/pip_pkg
no-index = true
[install]
trusted-host = {{ offline_repo_ip }}