You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I can provision the ec2 instance but the setup task fails with the message:
fatal: [54.166.83.128]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true}
Any idea how to fix/troubleshoot this issue?
I am newbie to Ansible.
Thanks,
Liora
rup
unread,
Sep 8, 2016, 1:25:42 PM9/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Sometimes it's a matter of timing. If it's sporadically happening, perhaps the ssh connection isn't happening within the 10 second default used by Ansible. To override this default you need to specify in your config file.