ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Handle ansible contents with pip #286

Open micheelengronne opened 5 years ago

micheelengronne commented 5 years ago

Feature Request

Use Case

Currently, many projects can fetch specific informations or create mechanims around pip dependencies.

For instance:

But, as ansible does not use pip to handle its roles dependencies (for instance), these projects must implement a specific solution.

Proposed Solution

The possibility to handle ansible contents as pip packages.