Discussion:
[ansible-project] get_url: accepting sha1 checksums
Mike Christofilopoulos
2015-07-17 09:34:45 UTC
Permalink
Hi all,

Is there any reasons why get_url does not accept sha1 checksums and only
accept sha256sum ?
The reason behind this is, that i tried seting up the ELK stack and they
provide sha1 checksums on the site. So i found it a bit un-automatic having
to download the file localy, verify, generate the sha256sum and add that to
the get_url arguments.


Cheers,
Mike
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1013734d-d8aa-42dc-b091-c65ab6cce850%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Toshio Kuratomi
2015-07-20 18:13:43 UTC
Permalink
There's no set reason. There is an open pull request to add support
for additional hashes:
https://github.com/ansible/ansible-modules-core/pull/141

I've reviewed it -- it needs some revisions and then could be merged.
I don't have time before v2 to make the revisions myself but perhaps
someone else could address the concerns I raised and move it forward?

-Toshio

On Fri, Jul 17, 2015 at 2:34 AM, Mike Christofilopoulos
Post by Mike Christofilopoulos
Hi all,
Is there any reasons why get_url does not accept sha1 checksums and only
accept sha256sum ?
The reason behind this is, that i tried seting up the ELK stack and they
provide sha1 checksums on the site. So i found it a bit un-automatic having
to download the file localy, verify, generate the sha256sum and add that to
the get_url arguments.
Cheers,
Mike
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/1013734d-d8aa-42dc-b091-c65ab6cce850%40googlegroups.com.
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAG9juErCKuHtemazunQ%2BRtadZ4MOyG2zjHyNpyUJumdfxTteyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...