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

MD5 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 an L(MD5 hash, https://en.wikipedia.org/wiki/MD5) of the input data

Inputs

    
_input:
    description: data to hash
    required: true
    type: raw

Outputs

_value:
  description: The MD5 hash of the input.
  type: string