common: add lynxis' ssh key

This commit is contained in:
Arne Zachlod 2025-04-01 10:40:02 +02:00
parent 01502ac710
commit a198e6e1b6
2 changed files with 8 additions and 0 deletions

1
public_keys/lynxis.pub Normal file
View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJQ5OPY/ZTGu3L+gF7ZBKdEHWAPrsILlzBYKm1jLFIQV lynxis@javelin

View file

@ -5,3 +5,10 @@
state: present
key: "{{ lookup('file', 'public_keys/arne_rsa.pub') }}"
- name: install lynxiss ssh key for root
ansible.posix.authorized_key:
user: root
state: present
key: "{{ lookup('file', 'public_keys/lynxis.pub') }}"