Ansible role for installing nodejs, from package or by building it from source.
- Tested on Ansible 1.4 or higher.
- Depends on Ansibles.build-essential
nodejs_install_method: "source" # "package" or "source"
nodejs_version: "0.10.26" # nodejs version to install.
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!