Ansible role to install nodejs javascript runtime.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
Architecture for nodejs repo
nodejs_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"Path for the repository keyring
nodejs_keyring: /usr/share/keyrings/nodesource-archive-keyring.gpgList of packages to install
nodejs_packages:
- nodejsMajor version of nodejs to install
nodejs_version: 18nodejs
- None
Apache-2.0