https://github.com/walidsa3d/ansible-nodejs
An Ansible role to install nodejs on Ubuntu.
https://github.com/walidsa3d/ansible-nodejs
ansible ansible-role nodejs
Last synced: 5 months ago
JSON representation
An Ansible role to install nodejs on Ubuntu.
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-nodejs
- Owner: walidsa3d
- Created: 2024-07-22T08:21:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:35:01.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T04:46:37.175Z (11 months ago)
- Topics: ansible, ansible-role, nodejs
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible-NodeJS
=========
An Ansible role to install nodejs on Ubuntu.


Install
------------
```
ansible-galaxy role install walidsa3d.nodejs
```
Requirements
------------
- None
Variables
--------------
```yaml
nodej_version: "21"
```
Dependencies
------------
- None
Example Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3.nodejs
```
License
-------
MIT