Skip to content

Instantly share code, notes, and snippets.

View trombik's full-sized avatar

Tomoyuki Sakurai trombik

View GitHub Profile
@trombik
trombik / main.yml
Created November 3, 2018 04:33 — forked from boneskull/main.yml
Node-RED Ansible role (Debian & derivatives)
---
# This task just includes everything else we need
- include_role:
# a task to install nodejs from Nodesource's distros
name: nodejs
- include_role:
# a task to install nginx
name: web
# everything below here is in this gist
- include: prerequisites.yml