Hello All,
I have several playbooks that provide data on various hosts. In my case they
are Juniper MX-80 routers.
I have a plybooks that shows me a device(s) that have a particular vlan-id.
I would like to have a configuration that show the user the device(s), and allows the user to select the device (or more if there are more) and perform some action on the device after the device is selected. I have not really seen a way (yet) to do this in AWX.
So - I would like to have a web page that has a drop-down or checkbox field that shows the device or devices - allows the user to select one or all, and then when the submit button is clicked - calls and runs the awx playbook. Is this possible? OR is it possible by calling an ansible command via the command line like this: “ansible-playbook -i hosts myplaybook.yaml” any tips will be helpful
ewholz