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.5k stars 3.34k forks source link

Can't specify Limit while using awx.awx.inventory module #15119

Open IvanClement opened 4 weeks ago

IvanClement commented 4 weeks ago

Please confirm the following

Feature type

New Feature

Feature Summary

Hello, When creating an inventory using the awx.awx.inventory module, the field can't be specified, and thus can't be set while creating the inventory. On the AWX GUI, this field appears with this comment: "The limit to restrict the returned hosts for the related auto-created inventory source, special to constructed inventory." When I do not set the 'Limit', the constructed has far too many hosts. Can this field be added ?

image

Select the relevant components

Steps to reproduce

The field does not exist.

Current results

No Limit can be set using the awx.awx.inventory module.

Sugested feature result

Add the field 'Limit' in the awx.awx.inventory module.

Additional information

No response