update
This commit is contained in:
parent
5969895920
commit
31d12f7d28
10 changed files with 67 additions and 1 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue