ansible-bundler icon indicating copy to clipboard operation
ansible-bundler copied to clipboard

Need to be able to specify the pip index to use.

Open gcoakes opened this issue 5 years ago • 1 comments
trafficstars

I am operating behind a proxy and have a local pip mirror which I use to install packages normally. Executing the playbook.run file causes it to try and reach out to pypi.org instead of my index. I can work around this by copying a pip.conf to the system prior to executing the binary, but that is not optimal. I would like to be able to build the pip.conf into the package. Is this possible?

gcoakes avatar Dec 12 '19 20:12 gcoakes

Interesting :thinking: ... Currently there's no such option, but patches are welcome.

kriansa avatar Dec 12 '19 21:12 kriansa