Files
harmony/fleet/scripts/setup-rpi.sh
Sylvain Tremblay b86f8f11f9
Some checks failed
Run Check Script / check (pull_request) Failing after -44h57m30s
feat: add little script to call the fleet_rpi_setup example
2026-05-01 14:51:03 -04:00

12 lines
334 B
Bash
Executable File

cargo run -p example_fleet_rpi_setup -- \
--pi-host 192.168.2.19 \
--pi-user admin \
--ssh-key ~/.ssh/id_rsa \
--device-id paul \
--labels group=site-a,arch=aarch64 \
--agent-binary target/aarch64-unknown-linux-gnu/release/harmony-fleet-agent \
--nats-url nats://192.168.2.87:4222 \
--nats-user "" \
--nats-pass ""