jc


jc
JC is now available as an Ansible filter plugin in the community.general collection. See this blog post for an example. jc JSONifies the output of many CLI tools and file-types for easier parsing in scripts. See the Parsers section for supported commands and file-types.

https://kellyjonbrazil.github.io/jc/

checksum.sh – Verify Every Insta


checksum.sh – Verify Every Install Script
Checksum.sh is a simple way to download, review, and verify install scripts. If the checksum is OK the script will be printed to stdout, which can be piped to sh or elsewhere. If the checksum doesn’t match it produces an error and nothing is piped. View the code on GitHub.

https://checksum.sh/