2019-08-06 18:59:40 +00:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
2019-08-06 19:27:14 +00:00
|
|
|
vars:
|
|
|
|
mosquitto_packages_extra:
|
|
|
|
- epel-release
|
|
|
|
mosquitto_bind_address: "127.0.0.1"
|
2019-08-06 18:59:40 +00:00
|
|
|
|
|
|
|
roles:
|
|
|
|
- role: xoxys.mosquitto
|
|
|
|
- role: xoxys.nodejs
|
|
|
|
- role: xoxys.zigbee2mqtt
|