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: 8 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T23:50:12.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:18:22.676Z (about 2 years 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
=========
[](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 wget
Role 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