All Projects → Oefenweb → ansible-nodejs

Oefenweb / ansible-nodejs

Licence: MIT license
Ansible role to set up the latest version of Node.js and npm in Debian-like systems

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to ansible-nodejs

Zebra
🦓 A Useful Package Manager for iOS
Stars: ✭ 667 (+4664.29%)
Mutual labels:  package-manager, debian
piu
Cross platform package manager wrapper
Stars: ✭ 33 (+135.71%)
Mutual labels:  package-manager, debian
Apt Offline
Offline APT Package Manager
Stars: ✭ 102 (+628.57%)
Mutual labels:  package-manager, debian
ansible-apt
Ansible role to manage packages and up(date|grade)s in Debian-like systems
Stars: ✭ 21 (+50%)
Mutual labels:  package-manager, debian
pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+5914.29%)
Mutual labels:  package-manager, debian
dotfiles
Config files for my linux rice
Stars: ✭ 60 (+328.57%)
Mutual labels:  debian
warp-up
Automatically generated referrer bonuses for Cloudflare WARP (https://1.1.1.1)
Stars: ✭ 24 (+71.43%)
Mutual labels:  debian
mirotalk
🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
Stars: ✭ 1,593 (+11278.57%)
Mutual labels:  debian
wnpp.debian.net
🌍 Code powering website "Debian Packages that Need Lovin'" created in 2009
Stars: ✭ 38 (+171.43%)
Mutual labels:  debian
kustomizer
An experimental package manager for distributing Kubernetes configuration as OCI artifacts.
Stars: ✭ 239 (+1607.14%)
Mutual labels:  package-manager
kali-my-linux
Install Kali Linux Tools & Others on your Linux.
Stars: ✭ 37 (+164.29%)
Mutual labels:  debian
urbit-docker
No description or website provided.
Stars: ✭ 16 (+14.29%)
Mutual labels:  debian
Shield
Harden and secure your Debian or Debian based OS, with this simple zero-configuration Debian bash script
Stars: ✭ 16 (+14.29%)
Mutual labels:  debian
cget-recipes
Recipes for cget
Stars: ✭ 17 (+21.43%)
Mutual labels:  package-manager
rabbitmq-server-release
RabbitMQ packaging and release engineering bits that do not belong to the Concourse pipelines.
Stars: ✭ 13 (-7.14%)
Mutual labels:  debian
Build-Scripts
Collection of build scripts useful when testing on downlevel, abandonware and ransomware clients
Stars: ✭ 61 (+335.71%)
Mutual labels:  package-manager
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+11592.86%)
Mutual labels:  debian
carbon
Carbon is a package manager for Kubernetes. It allows to operate with your application along with Kubernetes manifests as a holistic package.
Stars: ✭ 12 (-14.29%)
Mutual labels:  package-manager
ansible-roles
My Ansible roles for Debian/Ubuntu
Stars: ✭ 57 (+307.14%)
Mutual labels:  debian
Pi-Trader
A cryptocurrency day-trading bot for Raspberry Pi.
Stars: ✭ 44 (+214.29%)
Mutual labels:  debian

nodejs

CI Ansible Galaxy

Set up the latest version of Node.js and npm in Debian-like systems.

Requirements

  • software-properties-common (will be installed)
  • dirmngr (will be installed)
  • curl (will be installed)

Variables

  • nodejs_version [default: nodejs-v12x]: Version to install (e.g. nodejs-v17x, nodejs-v16x, nodejs-v15x, nodejs-v14x, nodejs-v13x, nodejs-v12x, nodejs-v10x, nodejs-v8x, nodejs-v7x, nodejs-v6x, nodejs-v5x, nodejs-v012, nodejs-v010, iojs-v3x, iojs-v2x, iojs-v1x, or a specific version, e.g. 12.18.1)
  • nodejs_install [default: [build-essential]]: Packages to install
  • nodejs_npm_packages: [default: []]: Node.js packages to install (globally)
  • nodejs_npm_packages.{n}.name: [required]: The name of the package
  • nodejs_npm_packages.{n}.version: [optional]: The version of the package

Dependencies

None

Recommended

  • ansible-yarn (see)

Example

---
- hosts: all
  roles:
    - nodejs

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].