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
a9837be9d8
commit
c76cdf1f20
5 changed files with 66 additions and 0 deletions
|
@ -51,6 +51,12 @@
|
|||
when: wordpress_install
|
||||
tags: wordpress
|
||||
|
||||
- name: MOSQUITTO
|
||||
include_role:
|
||||
name: mosquitto
|
||||
when: mosquitto_install
|
||||
tags: mosquitto
|
||||
|
||||
- name: Recording STAGE 6 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue