mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add Mosquitto pub-sub broker to IIAB
This commit is contained in:
parent
c76cdf1f20
commit
7254822a16
6 changed files with 339 additions and 0 deletions
|
@ -57,6 +57,12 @@
|
|||
when: mosquitto_install
|
||||
tags: mosquitto
|
||||
|
||||
- name: NODE-RED
|
||||
include_role:
|
||||
name: nodered
|
||||
when: nodered_install
|
||||
tags: nodered
|
||||
|
||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue