User Input from web to execute Ansible playbook backend.

Dear Team,

I have a web server from where I want users to provide required inputs which i can supply as a cli arguments to call playbook and execute some configurations on remote nework box.

Is there any way out to do that? How can i call a playbook while user submit data from a web page?

Regards,
Sayantan

If this is really something you’d want, you’d have to build a web application that does that. There are many resources on the internet to help you with that. In any case, I don’t see any ansible specific content in your question?