Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.52 KB

File metadata and controls

71 lines (42 loc) · 1.52 KB

Ansible Role Nodejs

[![Build Status](https://travis-ci.org/dgnest/ansible-role-nodejs.svg)](https://travis-ci.org/dgnest/ansible-role-nodejs) [![GitHub issues](https://img.shields.io/github/issues/dgnest/ansible-role-nodejs.svg)](https://github.com/dgnest/ansible-role-nodejs/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)

Installs and configures nodejs on a host.

Requirements

  • Linux
    • none
  • OSX

Role Variables

The default role variables in defaults/main.yml are:

---
# defaults file for nodejs
nodejs_version: 0.12.7

Dependencies

none

Example Playbook

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
     - nodejs

To install a specific version:

- hosts: servers
  roles:
     - { role: dgnest.nodejs }

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with ❤️ ️☕️ and 🍕 by dgnest.