ansible.builtin.checksum (v2.16.0) — filter

checksum of input data

| "added in version" 1.9 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible-core==2.16.0

Description

Returns a checksum (L(SHA-1, https://en.wikipedia.org/wiki/SHA-1)) hash of the input data.

Inputs

    
_input:
    description: Data to checksum.
    required: true
    type: raw

Outputs

_value:
  description: The checksum (SHA-1) of the input.
  type: string