aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/common/templates/pip.conf
blob: 7bb3e43e2f08db6421c14ec7c6c92da73159a245 (plain)
1
2
3
4
5
[global]
find-links = http://{{ COMPASS_SERVER.stdout_lines[0] }}/pip
no-index = true
[install]
trusted-host={{ COMPASS_SERVER.stdout_lines[0] }}