backend: explain the reason for generating ssh key on VM
This commit is contained in:
parent
47b91aae1f
commit
63e9812149
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue