feat: add stef keys to fedinupes servers
This commit is contained in:
1
roles/system/files/ssh/stefofficiel.id_rsa.pub
Normal file
1
roles/system/files/ssh/stefofficiel.id_rsa.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaugK6NnC9ZPyl8jRrAurAfaQSAQdBLDV81RNHziaD6 fhc@fhc-MacBookPro
|
@@ -18,3 +18,11 @@
|
||||
user: root
|
||||
state: present
|
||||
key: "{{ lookup('file', 'ssh/work.id_rsa.pub') }}"
|
||||
|
||||
- name: ssh keys stef
|
||||
authorized_key:
|
||||
user: root
|
||||
state: present
|
||||
key: "{{ lookup('file', 'ssh/stefofficiel.id_rsa.pub') }}"
|
||||
path: "~/.ssh/instance_keys"
|
||||
when: inventory_hostname in groups['fedinupesservers']
|
||||
|
Reference in New Issue
Block a user