morrismukiri / ansible-nvm

Ansible Node Version Manager Role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Version Manager

Use this role to setup NVM(Node Version Manager) and NodeJS.

Role Variables

Check ./defaults/main.yml for default values for Ansible variables.

Example Playbook

Playbook to setup NVM might look like:

- name: Setup NVM
  hosts: all
      nvm_node_version: "v6.0.0"
  roles:
    - role: nvm

License

This project is released under the Apache 2 license. Read the LICENSE.txt file for more details.

Authors

Update by Ona Engineering

About

Ansible Node Version Manager Role

License:Apache License 2.0