{"id":13654995,"url":"https://github.com/pcriv/ansible-role-nvm","last_synced_at":"2025-04-29T00:30:48.991Z","repository":{"id":31858932,"uuid":"35426569","full_name":"pcriv/ansible-role-nvm","owner":"pcriv","description":"Role to install nvm and multiple nodejs versions.","archived":false,"fork":false,"pushed_at":"2019-08-14T20:54:56.000Z","size":27,"stargazers_count":20,"open_issues_count":4,"forks_count":19,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T07:02:45.701Z","etag":null,"topics":["ansible","nvm","playbook"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcriv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T13:45:43.000Z","updated_at":"2019-08-14T20:54:59.000Z","dependencies_parsed_at":"2022-08-07T17:00:11.098Z","dependency_job_id":null,"html_url":"https://github.com/pcriv/ansible-role-nvm","commit_stats":null,"previous_names":["pablocrivella/ansible-role-nvm"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fansible-role-nvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fansible-role-nvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fansible-role-nvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fansible-role-nvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcriv","download_url":"https://codeload.github.com/pcriv/ansible-role-nvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251410190,"owners_count":21584978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","nvm","playbook"],"created_at":"2024-08-02T03:00:54.436Z","updated_at":"2025-04-29T00:30:48.757Z","avatar_url":"https://github.com/pcriv.png","language":null,"funding_links":[],"categories":["Ansible roles"],"sub_categories":["Languages"],"readme":"# Ansible Role: NVM\n\n[![Build\nStatus](http://img.shields.io/travis/pablocrivella/ansible-role-nvm.svg?style=flat)](http://travis-ci.org/pablocrivella/ansible-role-nvm)\n[![Ansible\nGalaxy](http://img.shields.io/badge/galaxy-pablocrivella.nvm-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/3745)\n\nRole to install nvm and multiple nodejs versions.\n\n## Requirements\n\nTested with Ansible 2.0.0.2.\n\n## Role Variables\n\n```yaml\n---\n# This could be set to 'user' to support user installs.\nnvm_env: system\n\nnvm_version: v0.31.6\n\n# This sets the nvm global nodejs version.\nnvm_default_node_version: stable\n\n# List of nodejs versions to install.\nnvm_node_versions:\n  - stable\n\n# List of default packages to install on each nodejs version.\nnvm_global_packages: []\n\n# List of users to install nvm and nodejs versions to.\n# Ignored if nvm_env is set to 'system'\nnvm_users: []\n```\n\n## Dependencies\n\n- ANXS.git\n\n## Example Playbook\n\n```yaml\n- hosts: js\n  roles:\n    - pablocrivella.nvm\n```\n\nFor a more detailed example check this [Playbook](https://github.com/pablocrivella/apps-forge/blob/master/provisioning/js.yml).\n\n## License\n\nMIT\n\n## Author Information\n\nPablo Crivella.\n\n## Contributors\n\n- [David Farrington](https://github.com/farridav)\n- [Lorenz Bischof](https://github.com/Lorenzbi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fansible-role-nvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcriv%2Fansible-role-nvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fansible-role-nvm/lists"}