Skip to content

rolehippie/nodejs

Repository files navigation

nodejs

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install nodejs javascript runtime.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of contents


Requirements

  • Minimum Ansible version: 2.10

Default Variables

nodejs_arch

Architecture for nodejs repo

Default value

nodejs_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"

nodejs_keyring

Path for the repository keyring

Default value

nodejs_keyring: /usr/share/keyrings/nodesource-archive-keyring.gpg

nodejs_packages

List of packages to install

Default value

nodejs_packages:
  - nodejs

nodejs_version

Major version of nodejs to install

Default value

nodejs_version: 18

Discovered Tags

nodejs

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install nodejs javascript runtime

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •