Skip to content

colstrom/ansible-nodejs

Repository files navigation

ansible-nodejs

Node.js - Evented I/O for V8

Build Status

Platforms

Description

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Tunables

  • node_packages (list) - Packages to install with npm
  • node_version (string) - The node version to install. [0.5x, 0.4x, 0.12]

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.nodejs
       node_packages:
         - bower
         - brunch
         - decking
         - express

License

MIT

Contributors

About

Ansible Role for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages