I don’t want to use the prepopulated value but instead type in my own value. I’m trying to specify the config file for a custom inventory plugin. I’ve seen tutorials saying you can (and should) do this, but the drop-down box was replaced with a text box.
Is there any way in the UI to override this drop-down? Or do I need to use the API?
I’m pulling from a project, ansible refuses to list all of the *.yml files in the “inventory file” dropdown and I have no way to specify the inventory file I want:
In case you are facing the same problem as me, I learned that inventory files need to have an extension. After I appended .ini to my inventory file name, it was populated.