6 lines
140 B
YAML
6 lines
140 B
YAML
---
|
|
|
|
- hosts: mqtt
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "mqtt-internal", tags: [ "mqtt", "mqtt-internal" ] }
|