Add ansible-managed wifi profiles for meshcore nodes
Each node now gets three NetworkManager wifi connections via a new wifi role: dotnetwork (home), dotmobile (phone hotspot, for field troubleshooting), and a host-specific deployed-location network. Credentials live in a new per-repo ansible-vault (group and host scoped), matching the pattern already used in dotnetwork. Also updates the README's Pi imaging instructions from Bookworm to Trixie, matching what the nodes actually run. Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
serial_port: /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_1C:DB:D4:5A:AA:B0-if00
|
||||
@@ -0,0 +1,5 @@
|
||||
serial_port: /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_1C:DB:D4:5A:AA:B0-if00
|
||||
|
||||
# Deployed-location wifi
|
||||
wifi_ssid_location: "awesome"
|
||||
wifi_password_location: "{{ vault_wifi_location }}"
|
||||
@@ -0,0 +1,7 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66323935356562383438383164383233366339616430313935613665376165393762633039663861
|
||||
3366373034613639386537363564643130653165393634370a326364323231306364313832366132
|
||||
65656264623537636264393433653838373234393435663838323263643037343637643139663838
|
||||
3932326163356663310a393065316631383230306433393063316135333030306531386138303733
|
||||
37363837376536323231386232333937306562343464376332386539323266653436643631353562
|
||||
3631616136623431626165336564643737306537643162666435
|
||||
@@ -1 +0,0 @@
|
||||
serial_port: /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_98:3D:AE:61:74:60-if00
|
||||
@@ -0,0 +1,5 @@
|
||||
serial_port: /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_98:3D:AE:61:74:60-if00
|
||||
|
||||
# Deployed-location wifi
|
||||
wifi_ssid_location: "H-NeT"
|
||||
wifi_password_location: "{{ vault_wifi_location }}"
|
||||
@@ -0,0 +1,7 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39666566313664333037366537316636666532616663636664636162346538663039393364633231
|
||||
3930393835346636306362653035653130393935306166380a386439366431386466613732323962
|
||||
30616161636135643037343737303838623338393632616331353665636335356636613164666138
|
||||
6136353833376632330a356532303530363735343530646165376532663833386433623264386331
|
||||
39346365613661306161643266353365633336636334313463646330303434303465353132333364
|
||||
3465373933366432326434356163303437653166393934613933
|
||||
@@ -1,2 +1,6 @@
|
||||
# Find this by connecting the MeshCore device then running: ls /dev/serial/by-id/
|
||||
serial_port: FILL_IN_SERIAL_PORT
|
||||
|
||||
# Deployed-location wifi
|
||||
wifi_ssid_location: "Ridgeway"
|
||||
wifi_password_location: "{{ vault_wifi_location }}"
|
||||
@@ -0,0 +1,7 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38663539336539396564376166656338313664633564636234383835383838613330323734363733
|
||||
6532306238633463616131383965626239613234636237620a613033396261616534336161383431
|
||||
39613234386161643439613166313962653939343138353539346638316562333330643561333961
|
||||
6136343564353736640a623365333930383962333865313938616261373639346435636364313665
|
||||
37326636663061383362643261633362643564663531306430633935636636306430353836333338
|
||||
3463383931306266393838663734303336383035623733643735
|
||||
Reference in New Issue
Block a user