/
/
/
Ansible role that deploys my edge device with connectivity containers. Currently it deploys a thread border router via the zbt-1 dongle by Home Assistant, a zigbee2MQTT interface using the Sonoff zigbee dongle and a DSMR reader with a generic P1 to USB converter.
1---
2
3- import_tasks: prereqs.yml
4- import_tasks: udev.yml
5
6- import_tasks: otbr.yml
7 when: enable_otbr
8
9- import_tasks: z2m.yml
10 when: enable_z2m
11
12- import_tasks: dsmr.yml
13 when: enable_dsmr
14
15