Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/ansible-nodebrew
ansible role to install nodebrew
https://github.com/suzuki-shunsuke/ansible-nodebrew
ansible ansible-role nodebrew oss
Last synced: 9 days ago
JSON representation
ansible role to install nodebrew
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/ansible-nodebrew
- Owner: suzuki-shunsuke
- License: mit
- Created: 2016-07-31T13:54:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T23:50:12.000Z (11 months ago)
- Last Synced: 2024-04-15T01:18:22.676Z (10 months ago)
- Topics: ansible, ansible-role, nodebrew, oss
- Language: Ruby
- Homepage: https://galaxy.ansible.com/suzuki-shunsuke/nodebrew/
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodebrew
=========[![Build Status](https://travis-ci.org/suzuki-shunsuke/ansible-nodebrew.svg?branch=master)](https://travis-ci.org/suzuki-shunsuke/ansible-nodebrew)
Install nodebrew.
https://galaxy.ansible.com/suzuki-shunsuke/nodebrew/
Limitation
-----------This role will install only on ssh's user.
https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user
Requirements
------------* perl
* curl or wgetRole Variables
--------------* nodebrew_nonroot: Whether the remote_user is root or not. This variable is set automatically, and is used to execute tasks with the become option.
Dependencies
------------Nothing.
Example Playbook
----------------```yaml
- hosts: servers
roles:
- suzuki-shunsuke.nodebrew
```License
-------MIT