I have a playbook that has been working well for developing locally in a 
vagrant box and deploying to remote staging environment.

Both are Ubuntu environments.

Today, I fired up a new Ubuntu EC2 instance for the production server.

With just port 22 open in the EC2 security group, running the playbook 
returns...

GATHERING FACTS 
*************************************************************** 

fatal: [rez-inf-sync.linthwaite.com] => the connection attempt timed out

Allowing all traffic from my IP returns...

GATHERING FACTS 
*************************************************************** 

fatal: [rez-inf-sync.linthwaite.com] => 500 WinRMTransport. [Errno 61] 
Connection refused

At one stage we considered deploying to the client's remote Windows server, 
though it caused too much hassle so we stuck with Ubuntu.

Whilst experimenting with using ansible/Windows I installed pywinrm, which 
I thought might be causing the above WinRMTransport error.

But with pywinrm uninstalled, I get...

GATHERING FACTS 
*************************************************************** 

fatal: [rez-inf-sync.linthwaite.com] => winrm is not installed

How do I tell ansible there are no Windows servers anywhere in the mix?

I've done a lot of research and this group is last resort!

Thanks for your help.

Pete


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/809938c1-8114-49ec-8b65-fafe5834e1b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to