entrance
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.
160 B•YML
main.yml
160 B • 9 lines • yaml
1# Conservative defaults that usually don't change per-host.
2packages_common:
3 - git
4 - curl
5 - avahi-daemon
6 - libavahi-compat-libdnssd-dev
7 - dbus
8 - jq
9