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]>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
# Copy this to vault.yml and encrypt it:
|
|
# ansible-vault encrypt group_vars/all/vault.yml
|
|
#
|
|
# To edit later:
|
|
# ansible-vault edit group_vars/all/vault.yml
|
|
|
|
vault_wifi_dotnetwork: "changeme" # also used for dotmobile (phone hotspot) — same password
|