Skip to content

angristan/ansible-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for Node.js

This is a simple role that will install Node.js on Debian/Ubuntu from Nodesource.

Installation

Add this to your requirements.yml:

- src: https://github.com/angristan/ansible-nodejs

Sample playbook

---

- hosts: myhost
  roles:
    - name: nodejs
      tags: nodejs
  vars:
    nodejs_version: 12

About

Ansible role for Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published