redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 97 forks source link

RFE: Provide method for plugins to reference external roles #348

Open greg-hellings opened 5 years ago

greg-hellings commented 5 years ago

Currently plugins are able to install Python requirements by specifying a requirements.txt file or similar. However, there is no provision to allow a plugin to install external Ansible roles as part of the installation. A mechanism should be provided that allows a plugin to include a requirements.yml file in the root of the plugin directory that specifies roles to be installed via Ansible Galaxy.

aopincar commented 5 years ago

Hi @greg-hellings,

A ticket (RHOSINFRA-2386) has been opened on our Jira Board and will be updated with details and the progress.

Thank you, Ariel