Add openssl_csr_info ilter. (#554)

This commit is contained in:
Felix Fontein
2022-12-31 07:58:37 +01:00
committed by GitHub
parent 889cfdf47e
commit ef2bb6d510
6 changed files with 612 additions and 2 deletions

View File

@@ -50,8 +50,12 @@ options:
choices: [ auto, cryptography ]
seealso:
- module: community.crypto.openssl_csr
- module: community.crypto.openssl_csr_pipe
- module: community.crypto.openssl_csr
- module: community.crypto.openssl_csr_pipe
- ref: community.crypto.openssl_csr_info filter <ansible_collections.community.crypto.openssl_csr_info_filter>
# - plugin: community.crypto.openssl_csr_info
# plugin_type: filter
description: A filter variant of this module.
'''
EXAMPLES = r'''