johannes-ackermann / ansible-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible: IntelliJ IDEA Community

Build Status Ansible Galaxy

Install NodeJS and NPM in Ubuntu

Requirements

None

Variables

  • node_version

NodeJS version to install ("0.10", "0.12", "5.x", "6.x").

  • npm_prefix

Directory for global installation

Dependencies

None

Usage

- hosts: all
  role:
    - { name: nsops.nodejs }
- hosts: all
  role:
    - { name: nsops.nodejs, version: "6.x" }

About

License:MIT License