[ansible-project] Re: Connection to windows target host timeout

2018-01-11 Thread MA
Hi, I'm still facing the same error, I've defined my host in my host_vars as follows: ansible_host: xxx.xxx.xx.xx ansible_user: vagrant ansible_password: vagrant ansible_port: 5985 ansible_connection: winrm ansible_winrm_server_cert_validation: ignore I've also defined my environment variable

[ansible-project] Re: Connection to windows target host timeout

2018-01-04 Thread Jordan Borean
If you are trying to connect through a proxy I would set the WinRM host settings based on the host itself and then define the proxy vars as environment variables, e.g. inventory.ini ansible_host=xx.xx.xx.xx ansible_user=username ansible_password=password ansible_port=5986 ansible_connection=win

[ansible-project] Re: Connection to windows target host timeout

2018-01-04 Thread MA
Hi, I haven't. what's been shown in the message is my proxy, I didn't quite understand why its being shown as an error though. Regards MA On Thursday, January 4, 2018 at 10:12:59 PM UTC, Jordan Borean wrote: > > Have you set up the WinRM listener with a custom port, usually it is over > 5985 o

[ansible-project] Re: Connection to windows target host timeout

2018-01-04 Thread Jordan Borean
Have you set up the WinRM listener with a custom port, usually it is over 5985 or 5986 (HTTPS) but the message is saying you are connecting over 3128. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this g