The validate_certs thing is different from the shell stuff. We are currently working on some fixes for places that needed to have shell access (small number, but facts are included for non-Linux for example, and some git usage) and also are upgrading the cert detection.
Should have a release soon-ish, so stay tuned. (The pipes stuff won't need to request shell as it's already executed with hit. if this is concerning, don't include with_pipe in the playbooks, etc) On Wed, Mar 12, 2014 at 12:19 PM, Prune <[email protected]> wrote: > > > Le lundi 10 mars 2014 19:23:45 UTC-4, Michael DeHaan a écrit : >> >> Ansible 1.5.1 Release Notes >> >> Finally, code that performs URL downloads of https:// URLs has been >> upgraded to validate the certificates where possible, unless a new >> parameter "validate_certs=no" is passed to the module. This ensures that >> web servers that are interacted with are signed by a known certificate >> authority. It is very likely that this may require playbook alteration to >> add a "validate_certs=no" to any modules like "get_url" that interact with >> self-signed web services, such as continuous integration servers. In the >> event that this should occur, the playbook will report an appropriate error >> message and reference the ability to add "validate_certs=no" to get around >> the error message. >> >> >> > This code is also used in side modules, like the Flowdoc notification > module where I get : > msg: failed to validate the SSL certificate for api.flowdock.com:443. You > can use validate_certs=no, however this is unsafe and not recommended > > Adding the "validate_certs=no" option to this module only return a : "msg: > unsupported parameter for module: validate_certs" > > -- > 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/f19d3234-b7bd-4bf0-af33-99ce766d8d35%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/f19d3234-b7bd-4bf0-af33-99ce766d8d35%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEVJ8QOz9ooeLFaQdxT6Cm%3D%3DsWYy9U%2B_CyYQJrhDO2kaYJZk0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
