https://github.com/waysact/ansible-nodejs
Install NodeJS and npm
https://github.com/waysact/ansible-nodejs
Last synced: over 1 year ago
JSON representation
Install NodeJS and npm
- Host: GitHub
- URL: https://github.com/waysact/ansible-nodejs
- Owner: waysact
- License: gpl-3.0
- Created: 2014-12-13T06:07:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-13T06:08:33.000Z (over 11 years ago)
- Last Synced: 2023-04-09T10:34:39.230Z (about 3 years ago)
- Size: 122 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) nodejs
[](http://travis-ci.org/debops/ansible-nodejs) [](https://github.com/debops/test-suite/tree/master/ansible-nodejs/) [](https://galaxy.ansible.com/list#/roles/1581)
This role can be used as a dependency for other roles to provide NodeJS and
npm support.
At the moment, on Debian Wheezy a `nodejs` package from
`wheezy-backports` is installed, and `npm` command is installed from
upstream using a script; this will be changed in the future to install
`npm` package as a backported Debian Jessie version.
### Installation
This role requires at least Ansible `v1.7.0`. To install it, run:
ansible-galaxy install debops.nodejs
### Documentation
More information about `debops.nodejs` can be found in the
[official debops.nodejs documentation](http://docs.debops.org/en/latest/ansible/roles/debops.nodejs.html).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`nodejs` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).