cchurch / ansible-role-win-ec2

Ansible role to create and destroy Windows instances on EC2
13 stars 10 forks source link

Timeout when waiting for X.X.X.X:5986 #3

Open dandoingdev opened 6 years ago

dandoingdev commented 6 years ago

Hi,

I'm seeing the same timeout issue when connecting to winrm: "Timeout when waiting for X.X.X.X:5986"

As seen in the Travis build: https://travis-ci.org/cchurch/ansible-role-win-ec2/jobs/247771721

Do you have any idea what could be causing this?

yefryf commented 6 years ago

I had this issue and fixed adding an egress rule to the security group:

    rules_egress:
    - proto: all
      cidr_ip: 0.0.0.0/0