From 38323823b85b2ae8deef788a0f49e36c789c12f4 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 26 Jul 2026 10:36:29 -0500 Subject: openhop/repeater: add MeshCore repeater role Deploys the openHop MeshCore repeater on a Raspberry Pi with a RAK6421 WisMesh Pi HAT: installs the daemon into a venv from a versioned git tag, templates config.yaml and a systemd unit, and loads board pin maps and RF region presets by name from vars/. identity_file is configurable and defaults to null (daemon generates its own keypair). --- openhop/repeater/handlers/main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openhop/repeater/handlers/main.yaml (limited to 'openhop/repeater/handlers/main.yaml') diff --git a/openhop/repeater/handlers/main.yaml b/openhop/repeater/handlers/main.yaml new file mode 100644 index 0000000..583691b --- /dev/null +++ b/openhop/repeater/handlers/main.yaml @@ -0,0 +1,8 @@ +--- + +- name: restart openhop-repeater + become: yes + systemd: + name: "openhop-repeater.service" + state: "restarted" + daemon_reload: "yes" -- cgit v1.2.3