Note
This filter plugin is part of the community.crypto collection (version 2.26.5).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install community.crypto. You need further requirements to be able to use this filter plugin, see Requirements for details.
To use it in a playbook, specify: community.crypto.gpg_fingerprint.
New in community.crypto 2.15.0
The below requirements are needed on the local controller node that executes this filter.
gpg executable)This describes the input of the filter, the value before | community.crypto.gpg_fingerprint.
Parameter | Comments |
|---|---|
Input string / required | The content of a GPG public or private key. |
See also
Retrieve a GPG fingerprint from a GPG public or private key file.
---
- name: Show fingerprint of GPG public key
ansible.builtin.debug:
msg: "{{ lookup('file', '/path/to/public_key.gpg') | community.crypto.gpg_fingerprint }}"
Key | Description |
|---|---|
Return value string | The fingerprint of the provided public or private GPG key. Returned: success |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/community/crypto/gpg_fingerprint_filter.html