Sha256: 60671f7aa37bda138b6ad3d1ebf9d993e72f16a0831aec073e1a7765c74bacaf

Contents?: true

Size: 923 Bytes

Versions: 5

Compression:

Stored size: 923 Bytes

Contents

# 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:

```text
$ ansible-galaxy install nodesource.node
```

Then configure it as follows:

```yaml
- 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.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
taperole-1.5.1 vendor/nodesource.node/README.md
taperole-1.5.0 vendor/nodesource.node/README.md
taperole-1.4.3 vendor/nodesource.node/README.md
taperole-1.4.2 vendor/nodesource.node/README.md
taperole-1.4.1 vendor/nodesource.node/README.md