nodesource / ansible-nodejs-role

Ansible Role for Node.js Binary Install
MIT License
131 stars 47 forks source link

ansible-nodejs-role

This is an Ansible role which adds the the NodeSource APT repository and installs Node.js.

Currently this role supports the following operating systems and releases.

Usage

You can either:

$ ansible-galaxy install nodesource.node
- src: https://github.com/nodesource/ansible-nodejs-role
$ ansible-galaxy install -r requirements.txt

Configure

Then configure it as follows:

- hosts: servers
  roles:
     - nodesource.node

Role Variables

Testing

To test this role using molecule:

$ make
$ molecule test

Author

Mark Wolfe mark@wolfe.id.au

License

This code is Copyright (c) 2014 NodeSource and Mark Wolfe and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.