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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user