Yes i am running python 2.7.9+ , i did create a folder callback_plugin with 
fix.ssl in my playbooks directory but i have the same error:



3[root@Debian]:ansible-playbook /etc/ansible/playbooks/run-powershell.yml 

PLAY [Run powershell script] 
************************************************** 

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

PLAY RECAP 
******************************************************************** 
           to retry, use: --limit @/root/run-powershell.retry

192.168.0.37               : ok=0    changed=0    unreachable=1    
failed=0  



my directory:

/etc/ansible/

├── ansible.cfg
├── group_vars
│   └── windows.yml
├── handlers
│   └── httpd.yml
├── hosts
├── info.txt
├── playbooks
│   ├── callback-plugins
│   │   └── fix-ssl.py
│   ├── examples
│   ├── run-bash.yml
│   └── run-powershell.yml
├── roles
└── test.py

i should see a fix-ssl.pyc in the callbacks-pluins directory if it's load ?

I did not change anything /usr/local/lib/python2.7/dist-packages/ansible.

-- 
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/af94393c-a645-4979-af62-c2d5bda69259%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to