add ecdsa key
This commit is contained in:
parent
62ac707196
commit
6dd2e97b87
1 changed files with 1 additions and 0 deletions
|
@ -18,3 +18,4 @@
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ lookup('file','~/.ssh/id_ed25519.pub') }}"
|
- "{{ lookup('file','~/.ssh/id_ed25519.pub') }}"
|
||||||
- "{{ lookup('file','~/.ssh/id_rsa.pub') }}"
|
- "{{ lookup('file','~/.ssh/id_rsa.pub') }}"
|
||||||
|
- "{{ lookup('file','~/.ssh/id_ecdsa.pub') }}"
|
||||||
|
|
Loading…
Reference in a new issue