mqtt: Install Avahi
This commit is contained in:
parent
3ba4e0839e
commit
731e58316c
1 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
|||
- name: mqtt-internal
|
||||
tags: mqtt_internal
|
||||
block:
|
||||
- name: Install broker
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
name: mosquitto
|
||||
state: present
|
||||
name:
|
||||
- mosquitto
|
||||
- avahi-daemon
|
||||
|
||||
- name: Configure Mosquitto
|
||||
template:
|
||||
|
|
Loading…
Add table
Reference in a new issue