Its odd that you are getting the insecure request warnings - I am wondering if you are running ansible from a folder with a different ansible.cfg in it perhaps, as the ansible_winrm_server_cert_validation: ignore doesn't seem to be taking effect.
On Wednesday, August 30, 2017 at 10:55:31 PM UTC+1, Thijn Bukkems wrote: > > Not sure if you would know the answer to this and I should probably start > a new thread but for some reason the -m setup command doesn't return any > values. When run, it looks like I'm getting an empty array. P.s. I blanked > out hostnames for security reasons > > [admin@localhost ansible]$ ansible -m setup web >> /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:858: >> InsecureRequestWarning: Unverified HTTPS request is being made. Adding >> certificate verification is strongly advised. See: >> https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings >> InsecureRequestWarning) >> /usr/lib/python2.7/site-packages/urllib3/connectionpool.py:858: >> InsecureRequestWarning: Unverified HTTPS request is being made. Adding >> certificate verification is strongly advised. See: >> https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings >> InsecureRequestWarning) >> XXXXXXX.domain.local | SUCCESS => { >> "ansible_facts": {}, >> "changed": false >> } >> XXXXXXX.domain.local | SUCCESS => { >> "ansible_facts": {}, >> "changed": false >> } > > -- 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/e3919703-9c80-4145-ae0d-0d2bf2c16670%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
