run tests on deb11

Change-Id: Ic90afeef068fdafc8e5f7573b5f02a8c2a639fbd
3 files changed
tree: 5f43c0162a3657642fc793c24effa3870d04cb0c
  1. .cookiecutter_params.json
  2. .reuse/
  3. LICENSES/
  4. Makefile
  5. README.md
  6. VERSION
  7. defaults/
  8. files/
  9. handlers/
  10. meta/
  11. molecule/
  12. tasks/
  13. 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