Actions
Feature #15836
closedImport roles from smart proxy
Description
Once we have smart_proxy_ansible plugin setup, we should be able to import roles present on that proxy. The proxy plugin has provides API already, see https://github.com/theforeman/smart_proxy_ansible/blob/master/lib/smart_proxy_ansible/api.rb#L4
As a part of this I'd also consider adding CRUD for ansible roles so user can manage them manually if needed. That would include new permissions too. The interface for importing should be similar to what we have for puppet classes/environments
Actions