Add passwordless SSH login for dotlaptop keys to base role

Mirrors the authorized_key task already used in dotnetwork's dotserver
playbook, so both partitions on this laptop can log into the meshcore
nodes without a password.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
2026-07-06 19:15:39 +01:00
co-authored by Claude Sonnet 5
parent d8f2abfcaa
commit 5927563551
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -1,4 +1,12 @@
---
- name: SSH — ensure current keys are authorized
ansible.posix.authorized_key:
user: "{{ remote_user }}"
key: |
{{ ssh_pubkey_dotlaptop_lin }}
{{ ssh_pubkey_dotlaptop_win }}
tags: [ssh]
- name: Install base packages
apt:
name: