mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1408 from georgejhunt/node-red
changes for menu to install automatically
This commit is contained in:
commit
fb1eba7510
1 changed files with 16 additions and 0 deletions
|
@ -53,3 +53,19 @@
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
when: nodered_enabled
|
when: nodered_enabled
|
||||||
|
|
||||||
|
- name: Add 'nodered' variable values to {{ iiab_ini_file }}
|
||||||
|
ini_file:
|
||||||
|
path: "{{ iiab_ini_file }}"
|
||||||
|
section: nodered
|
||||||
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
|
with_items:
|
||||||
|
- option: name
|
||||||
|
value: Node-RED
|
||||||
|
- option: description
|
||||||
|
value: '"Node-RED is a flow-based development tool for visual programming developed originally by IBM for wiring together hardware devices, APIs and online services as part of the Internet of Things. Node-RED provides a web browser-based flow editor, which can be used to create JavaScript functions."'
|
||||||
|
- option: nodered_install
|
||||||
|
value: "{{ nodered_install }}"
|
||||||
|
- option: nodered_enabled
|
||||||
|
value: "{{ nodered_enabled }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue