How would I go about building a custom inventory that grabs hosts from AD?
This sounds like something a plugin or inventory script would do, but as of version 17.1 it looks like the support for inventory scripts are gone.
How would I do this?
How would I go about building a custom inventory that grabs hosts from AD?
This sounds like something a plugin or inventory script would do, but as of version 17.1 it looks like the support for inventory scripts are gone.
How would I do this?
I can still see this in the interface in 19. May still need a bit of work.
I am doing something similar to what you are doing in a previous version of AWX. So I am creating a script to parse through a data source and generating an inventory ini file that can then be imported in as a source.
Yeah, my guess is all of the edit forms seemed to have broken on 17.1, causing my error.
Are you able to share any of the code that you used to do this? Or at the very least could you point me to a source that might help me do so?
(Even though the edit forms are broken on 17.1, I should be able to still make the source using the API)