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.97k stars 3.41k forks source link

UI: Hosts/Groups Inventory view with custom column values #2655

Open sumkincpp opened 5 years ago

sumkincpp commented 5 years ago
ISSUE TYPE
COMPONENT NAME
SUMMARY

A killer-feature that will help customizing inventory view by exposing data in separate columns for each hosts/group.

Some of the examples :

wenottingham commented 5 years ago

probably dependent on #278

sumkincpp commented 4 years ago

Any possibility to prioritize this feature?

Having jinja in place can also help crafting link to the host in external system, this one is also "killing-feature". It can also can be used to jump, e.g. to website on host, that was provisioned.

Currently only

wenottingham commented 4 years ago

Using jinja to craft links that would be interpreted in the browser would be terrible from a security perspective, we would not do that.

dwsorge commented 1 year ago

This would be a really nice feature to have in AWX. Would there be any chance of having the ability to add additional columns (eg.. groups) to the view?