Clone this repo:

Branches

  1. f53e57e run tests on deb11 by Zack Williams · 1 year, 9 months ago master
  2. 2a485e0 Update to support deb11 by Zack Williams · 2 years, 1 month ago
  3. 5516458 Initial commit of Node.js role by Zack Williams · 3 years, 8 months ago

nodejs

Node.js installed via NodeSource Binary Distribution

Configuration options:

  • nodejs_version: version of NodeJS specified in the format described in the NodeSource binary distribution docs. Default is 12.x

  • nodejs_npm_modules: list of globally installed npm packages. Currently installs the newest versions.

Example Playbook

- hosts: all
  vars:
    nodejs_version: "node_12.x"
  roles:
    - nodejs

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0