How to use ansible inventory plugins in awx

Hi,

i want to import my inventory from my netbox instance. Ansible has a good plugin for that.

How can I use this plugin with awx?

Regards

Daniel

Right now our solution is for you to put the nextbox.yml config in your source control, and then add an inventory source that sources from that project.

You can create custom credential types for secrets management, keeping this separate from your inventory config. Inventory plugins have generally allowed specifying secret fields via environment vars (which we have been pushing for AWX compatibility), in this case, NETBOX_TOKEN or NETBOX_API_KEY.

Alan
github: AlanCoding