md5¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Added in versionhistorical.
Synopsis¶
- Returns an L(MD5 hash, https://en.wikipedia.org/wiki/MD5) of the input data
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| _input raw required |
data to hash |
Notes¶
Note
- This requires the MD5 algorithm to be available on the system, security contexts like FIPS might prevent this.
- MD5 has long been deemed insecure and is not recommended for security related uses.
Examples¶
Return Values¶
| Key | Data Type | Description | Returned |
|---|---|---|---|
| _value | string | The MD5 hash of the input. |