kriansa / ansible-bundler

Turn Ansible playbooks into executable files
BSD 3-Clause "New" or "Revised" License
162 stars 21 forks source link

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

Open gcoakes opened 4 years ago

gcoakes commented 4 years ago

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?

kriansa commented 4 years ago

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