bluk.nodenv
ansible-role-nodenv
An Ansible role to install nodenv.
Requirements
- Add
nodenvto your$PATHafter install.
echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.bash_profile
- Run the following:
~/.nodenv/bin/nodenv init
Role Variables
nodenv_install_path- The path to installnodenv.nodenv_git_url- The git URL to clonenodenvfrom.nodenv_git_update- If the clonednodenvgit repository should be updated.node_build_git_url- The path to thenode-buildplugin fornodenv.node_build_git_update- If the clonednode-buildgit repository should be updated.
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- { role: bluk.nodenv }
License
Apache 2.0
Install
ansible-galaxy install bluk.nodenvLicense
apache-2.0
Downloads
56
Owner
