Skip to content
Snippets Groups Projects
Commit 39100b64 authored by nl6720's avatar nl6720 Committed by Kristian Klausen
Browse files

id_ed25519

parent 73086d57
No related branches found
No related tags found
No related merge requests found
......@@ -80,9 +80,9 @@
- {src: libvirt-executor-update-base-image, dest: /usr/local/bin/, mode: 755}
- name: create SSH keys for libvirt-executor
command: ssh-keygen -N "" -f /etc/libvirt-executor/id_rsa
command: ssh-keygen -N "" -f /etc/libvirt-executor/id_ed25519 -t ed25519
args:
creates: /etc/libvirt-executor/id_rsa
creates: /etc/libvirt-executor/id_ed25519
- name: install libvirt-executor-update-base-image.{service,timer}
copy: src={{ item }} dest=/etc/systemd/system/{{ item }} owner=root group=root mode=0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment