ansible-bundler
ansible-bundler copied to clipboard
Need to be able to specify the pip index to use.
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?
Interesting :thinking: ... Currently there's no such option, but patches are welcome.