Generate a local image via Vagrant using Ansible for the installation and configuration of Ubuntu, Nodejs and Nginx as Web Server; Ensure the automatic start of the application (hello.js) when starting or restarting the Web Server.
Useful for building preconfigured virtual machine images for local environments or Cloud providers.
vagrant init bento/ubuntu-22.04
vagrant up
http://localhost