A simple interface where you can give commands to Ansible through the execution of scripts in the shell by the PHP server, which returns the result to the web client.
- Install Ansible
- Install PHP
- Go to the web folder and type
npm installin your terminal - You will need two terminals, one to run the
server.phpcontained in the backend folder with the commandphp server.phpand the other to run the front end with the commandnpm run devin the web folder - Once the server is running, you can go to the page and click the run button.
