charliemaiors / nodejs

Nodejs role for Ansible Galaxy

Home Page:https://galaxy.ansible.com/charliemaiors/nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs

Build Status

This role will install nodejs environment and npm on CentOS, Ubuntu or Archlinux.

Requirements

This role has no requirements.

Role Variables

The role has only one variable lts, which is boolean and enable the installation of lts version instead of the latest.

Example Playbook

This role allows the user to choose between the newest version and the lts one.

- hosts: servers
  roles:
     - { role: nodejs, lts: true }

License

GNU GPL

Author Information

This role was created in 2018 by Carlo Maiorano as developer for Dipartimento di Informatica - Scienza e Ingegneria of Alma Mater Studiorum directed and supervisioned by Paolo Bellavista as Group Leader.

About

Nodejs role for Ansible Galaxy

https://galaxy.ansible.com/charliemaiors/nodejs


Languages

Language:Python 100.0%