Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

bleetube/ansible-role-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: nodejs

Install nodejs, npm and yarn packages from the official yarn repositories. Optionally install packages from npm repositories.

Tested on:

  • Archlinux
  • Debian 11
  • Ubuntu 22.04

Requirements

None.

Role Variables

node_version: node_20.x
npm_packages:
  - n
  - pnpm

See the role vars

Example Playbook

- hosts: nodejs
  roles:
    - role: bleetube.nodejs
      become: true

About

Install Yarn from the official repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published