Skip to content

naftulikay/ansible-role-vagrant-node-dev

Repository files navigation

ansible-role-vagrant-node-dev Build Status

An Ansible role for a Vagrant-based NodeJS development setup.

Available on Ansible Galaxy at naftulikay.vagrant-node-dev.

Requirements

A Vagrant machine running a supported operating system.

Role Variables

node_version
The version of NodeJS to install.
vagrant_user
The username of the Vagrant user, defaults to vagrant

Please see the upstream naftulikay.vagrant-base and naftulikay.node-dev roles for additional supported variables.

Dependencies

Example Playbook

Install a NodeJS development environment within the Vagrant machine:

---
- hosts: all
  roles:
    - role: vagrant-node-dev
      node_version: 6.11.2

LICENSE

MIT.

About

An Ansible role for configuring a NodeJS development environment within Vagrant.

Resources

License

Stars

Watchers

Forks

Packages

No packages published