ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.88k stars 3.4k forks source link

RFE enable sat6/foreman inventory plugin for ansible 2.9+ #3509

Closed kdelee closed 4 years ago

kdelee commented 5 years ago
ISSUE TYPE
COMPONENT NAME
SUMMARY

Usage of sat6/foreman inventory plugin was not enabled with https://github.com/ansible/awx/pull/3266

We should work on this and enable it in the future

ADDITIONAL INFORMATION

We need to do more research about what differences there may be between script and plugin and get any fixes into ansible core before we can do this.

jladdjr commented 4 years ago

Posted a PR for the foreman plugin that should give the plugin's output the same basic contents / structure as the script. With this change, I'm able to get identical output from the script and plugin.

https://github.com/ansible/ansible/pull/67070

kdelee commented 4 years ago

We are now using the plugin and our regression tests are running and passing -- calling this verified.