Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 604 Bytes

trouble-misc.rst

File metadata and controls

24 lines (15 loc) · 604 Bytes

More troubleshooting

SSH connection errors

In case of SSH connection errors:

  • Make sure to add your private SSH key to your local keyring:
ssh-add ~/.ssh/id_rsa
  • Make sure that port 22 is allowed in your cloud provider security settings.

If you still experience problems, checking out the console logs from your cloud provider could help.

Figure out hostnames and IP numbers

The bootstrap step should create an Ansible inventory list, which contains hostnames and IP addresses:

cat inventory