common: add lynxis' ssh key
This commit is contained in:
parent
01502ac710
commit
a198e6e1b6
2 changed files with 8 additions and 0 deletions
1
public_keys/lynxis.pub
Normal file
1
public_keys/lynxis.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJQ5OPY/ZTGu3L+gF7ZBKdEHWAPrsILlzBYKm1jLFIQV lynxis@javelin
|
||||
|
|
@ -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') }}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue