Update to support deb11

- Remove apt_key, switch to copying dearmored key
- Add ability to globally install npm modules

Metadata fixes for ansible galaxy support

Change-Id: Ic3873cf0e491cb91e3e6891f1f85409901e38f8d
10 files changed
tree: 04ccdd6f7de5d1eaad08fc078fcf6b5eca7af70c
  1. .cookiecutter_params.json
  2. .gitreview
  3. .reuse/
  4. LICENSES/
  5. Makefile
  6. README.md
  7. VERSION
  8. defaults/
  9. files/
  10. handlers/
  11. meta/
  12. molecule/
  13. tasks/
  14. vars/
README.md

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