Initial
This commit is contained in:
5
roles/base/tasks/ssh.yml
Normal file
5
roles/base/tasks/ssh.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Add authorized key
|
||||
ansible.posix.authorized_key:
|
||||
user: stanito
|
||||
key: "{{ lookup('file', 'id_rsa.pub') }}"
|
||||
Reference in New Issue
Block a user