In my company i have a set of CentOS, MAC and Windows machines, i want to use Ansible mainly to deploy packages and scripts (bash, powershell).
I've been trying to make it work for my windows machines, i have used the powershell scripts from
ansible.com to enable winrm.
But when i test the connection to my windows host i get this error:
TASK: [Run powershell script] *************************************************
fatal: [192.168.0.37] => 500 WinRMTransport. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
FATAL: all hosts have already failed -- aborting
Do you know how to solve this ?
I have installed ansible with pip on a debian machine.
i had to create the files in /etc/ansible
maybe i've forgot something ?
tree /etc/ansible/
├── ansible.cfg
├── group_vars
│ └── windows.yml
├── handlers
│ └── httpd.yml
├── hosts
├── playbooks
│ ├── examples
│ ├── run-bash.yml
│ └── run-powershell.yml
├── roles
Sorry for my bad english i'm french