mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
changes for menu to install automatically
This commit is contained in:
parent
33d7eac916
commit
04bf16420c
1 changed files with 16 additions and 0 deletions
|
@ -53,3 +53,19 @@
|
|||
enabled: yes
|
||||
state: started
|
||||
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…
Reference in a new issue