This project uses Ansible to automate the deployment of a Node.js application on remote managed nodes
copy compressed file to remote server
extract the archive
install dependencies [ npm, nodejs ]
run npm install
run npm start