Skip to content

Yanchek99/ansible-nodejs-role

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-nodejs-role

This is an Ansible role which adds the the NodeSource APT repository and installs Node.js.

Currently this role supports the following operating systems and releases.

  • Ubuntu 12.04 LTS (Precise Pangolin)
  • Ubuntu 14.04 LTS (Trusty Tahr)

Usage

Install the playbook via Ansible Galaxy:

$ ansible-galaxy install nodesource.node

Then configure it as follows:

- hosts: servers
  roles:
     - nodesource.node

Role Variables

  • nodejs_nodesource_pin_priority: Pin-Priority of the NodeSource repository (default: 500).

Testing

To test this role using Docker:

$ docker build .

Author

Mark Wolfe mark@wolfe.id.au

License

This code is Copyright (c) 2014 NodeSource and Mark Wolfe and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

About

Ansible Role for Node.js Binary Install

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Roff 100.0%