naftulikay.node-dev

ansible-role-node-dev Build Status

Installs and configures a node development environment for a given user using nodenv.

Available on Ansible Galaxy at naftulikay.node-dev.

Requirements

Officially tested operating systems are listed in the Galaxy manifest.

Role Variables

node_user
User to install node tools for. Required.
node_version
Version of node to install. Defaults to 6.11.2.

Dependencies

None.

Example Playbook

Here are some example playbooks to get started with.

Defaults

Simply get a node development environment installed:

---
- name: install
  hosts: all
  become: true
  roles:
    - role: node-dev
      node_user: vagrant

Install a Specific Version

Install a specific version of node:

---
  - name: install
    hosts: all
    become: true
    roles:
      - role: node-dev
        node_user: vagrant
        node_version: '6.11.2'

License

MIT

About

Install and configure a NodeJS development environment on a system.

Install
ansible-galaxy install naftulikay.node-dev
GitHub repository
License
mit
Downloads
192
Owner
An urban mystic, pining for conifers in a jungle of concrete and steel.