Add Ansible playbooks for MeshCore monitoring node deployment
Roles: base (apt, tailscale, motd), meshcore_cli (pipx), meshcore_capture (agessaman/meshcore-packet-capture + .env.local template), scripts (voltage, bandwidth). Host vars contain per-device serial ports; group vars hold shared MQTT broker config. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Deploy voltage.sh
|
||||
copy:
|
||||
src: voltage.sh
|
||||
dest: "{{ ansible_env.HOME }}/voltage.sh"
|
||||
mode: "0755"
|
||||
become: false
|
||||
|
||||
- name: Deploy bandwidth.sh
|
||||
copy:
|
||||
src: bandwidth.sh
|
||||
dest: "{{ ansible_env.HOME }}/bandwidth.sh"
|
||||
mode: "0755"
|
||||
become: false
|
||||
Reference in New Issue
Block a user