mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 19:34:37 +00:00
kubevirt_vm integration tests: changed ssh key type to RSA for FIPS mode
Signed-off-by: mperetzred <mperetz@redhat.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export ANSIBLE_INVENTORY_ENABLED=kubevirt.core.kubevirt
|
|||||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
|
|
||||||
[ -d files ] || mkdir files
|
[ -d files ] || mkdir files
|
||||||
[ -f files/testkey ] || (ssh-keygen -t ed25519 -C test@test -f files/testkey -N "")
|
[ -f files/testkey ] || (ssh-keygen -t rsa -C test@test -f files/testkey -N "")
|
||||||
|
|
||||||
ansible-playbook playbook.yml "$@"
|
ansible-playbook playbook.yml "$@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user