diff options
| author | Luke Hoersten <[email protected]> | 2026-07-26 10:36:29 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-26 10:36:29 -0500 |
| commit | 38323823b85b2ae8deef788a0f49e36c789c12f4 (patch) | |
| tree | 94a3227a737ba0198dd06d3b7e001f219fe32bdc /openhop/repeater/handlers/main.yaml | |
| parent | 1aaf4479d72edbd0c716d2e9122a7b613626bf12 (diff) | |
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).
Diffstat (limited to 'openhop/repeater/handlers/main.yaml')
| -rw-r--r-- | openhop/repeater/handlers/main.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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" |
