ansible / terraform-provider-ansible

community terraform provider for ansible
https://registry.terraform.io/providers/ansible/ansible/latest
GNU General Public License v3.0
183 stars 42 forks source link

Ansible Provider Windows WinRM support ?? #104

Closed dimi4ik closed 3 months ago

dimi4ik commented 3 months ago

Hello, I'm trying to connect a playbook from the WSL via Terraform and I'm getting the following errors:

TASK [win_ping] **************************************************************** │ fatal: [172.161.160.208]: FAILED! => {"msg": "The installed version of WinRM does not support transport(s) ['CredSSP']"}

When I start the playbook from WSL directly without Terraform, I get a ping pong response. If it helps, I can upload the Terraform debug log here. My question is whether it should work at all. 💯 ???? Thank you.

### Tasks
dimi4ik commented 3 months ago

I found errors, it works 👍