redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

quickstart requires passwordless SSH access to the host #27

Closed joehakimrahme closed 8 years ago

joehakimrahme commented 8 years ago

I can ssh root@$VIRTHOST and login by inputting my password. However bash quickstart.sh $VIRTHOST will fail.

If I set up key authentication for SSH, then quickstart.sh will work correctly.

trown commented 8 years ago

I think this is really a requirement of ansible with remote connections. We would lose the automated nature if each connection required the password to be typed.

For the case where we run against localhost, we want to be using a local connection, and should not need SSH at all.