Gilles Cornu
Gilles Cornu
The generated inventory lines for a winrm machine should more look like this (but on a wrapped single line): ``` ansible_connection=winrm ansible_host=127.0.0.1 ansible_port=55985 ansible_user='vagrant' ansible_password='vagrant' ansible_winrm_server_cert_validation=ignore ``` although this kind...
@nqb thank you very much! Please let us know when you have some Ansible 2.9+ results :+1:
> I also had this issue with a college firewall. I was also bitten by this beast behind some corporate filters. This would be nice to make `vagrant` clearly fail...