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.

190 BYML
main.yml
190 B11 lines • yaml
1---
2
3- name: Reload sysctl
4  ansible.builtin.command: sysctl --system
5  listen: Reload sysctl
6
7- name: Reload udev
8  ansible.builtin.command: udevadm control --reload
9  listen: Reload udev
10
11