Installing Ansible Modules via Pip?

Hi, I’m currently working on a set of Ansible Modules that depend on a library I wrote.

I’d like an easy way to distribute the whole lot. Is it possible to install Ansible modules via pip? I’m not entirely clear on how the resolution of module names works, but if I can coerce setup.py into installing my modules into some sensible location, will that work?

– Bob.

There is no provision for this, also modules can be written in things other than python.

You CAN put the modules in a role and install that using ansible-galaxy.