backend: explain the reason for generating ssh key on VM

This commit is contained in:
Pavel Raiskup 2023-11-10 13:28:28 +01:00
parent 47b91aae1f
commit 63e9812149

View file

@ -98,7 +98,8 @@
- stat: path={{ private_key_file }}
register: key_stat
- shell: 'ssh-keygen -b 4096 -t rsa -q -N "" -f {{ private_key_file }}'
- name: create ssh keypair for password-less connection to nested-VMs
shell: 'ssh-keygen -b 4096 -t rsa -q -N "" -f {{ private_key_file }}'
when: not key_stat.stat.exists
# - name: install composer packages