You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend #111 + #110 and combine the logic of #112 where the same bootstrap_nodered.yml playbook can install nodes (komponist + user-specific from nodes).
use ansible playbook tags to offer user whether they want to download the tarballs offline
generate the nodes.json with all nodes (komponist + user-specific)
The text was updated successfully, but these errors were encountered:
bootstrapping node-red now via the generated `nodes.json` file for
online logic and via downloaded tarballs from NPM registry for
offline logic. Use of ansible tags to explicitly mention `offline`
upload (default is `online` logic).
Closes#116
Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
Description
Extend #111 + #110 and combine the logic of #112 where the same
bootstrap_nodered.yml
playbook can install nodes (komponist + user-specific from nodes).tags
to offer user whether they want to download the tarballs offlinenodes.json
with all nodes (komponist + user-specific)The text was updated successfully, but these errors were encountered: