Restructured role manage-ssh-keys
This commit is contained in:
10
roles/manage-ssh-keys/tasks/add-goodkeys.yml
Normal file
10
roles/manage-ssh-keys/tasks/add-goodkeys.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Good Keys hinzufügen
|
||||
lineinfile:
|
||||
path: "{{ authorized_keys_file }}"
|
||||
line: "{{ item }}"
|
||||
create: yes
|
||||
state: present
|
||||
with_items: "{{ good_keys }}"
|
||||
notify:
|
||||
- Cleanup and add timestamp
|
||||
Reference in New Issue
Block a user