This is an ansible role for building nodejs.
Available variables are listed below, along with default values (see defaults/main.yml):
nodeVersion: 10.15.3
The nodejs version to install.
---
- hosts: all
become: yes
roles:
- ansible-role-nodejs