update
This commit is contained in:
5
ansible/scripts/configure_ssh.yml
Normal file
5
ansible/scripts/configure_ssh.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Generate an OpenSSH keypair
|
||||
become_user: user
|
||||
community.crypto.openssh_keypair:
|
||||
path: ~/.ssh/id_ed25519
|
||||
type: ed25519
|
||||
Reference in New Issue
Block a user