7 lines
118 B
YAML
7 lines
118 B
YAML
|
---
|
||
|
- name: Deploy mosquitto MQTT broker on automation.z9
|
||
|
become: true
|
||
|
hosts: automation
|
||
|
roles:
|
||
|
- mosquitto
|