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

SHA-1 hash of input data

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

Authors: unknown

Install Ansible via pip

Install with pip install ansible-core==2.16.0

Description

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

Inputs

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

Outputs

_value:
  description: The SHA-1 hash of the input.
  type: string