Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 470 Bytes

ansible-role-nodejs Build Status

This is an ansible role for building nodejs.

Role variables

Available variables are listed below, along with default values (see defaults/main.yml):

nodeVersion: 10.15.3

The nodejs version to install.

Example playbook

---
- hosts: all
  become: yes
  roles:
    - ansible-role-nodejs