Put appropriate module attributes into doc fragments.

pull/833/head
Felix Fontein 2024-12-29 16:17:03 +01:00
parent 37af200ecb
commit 4ce9745d35
11 changed files with 12 additions and 14 deletions

View File

@ -16,6 +16,9 @@ class ModuleDocFragment(object):
description: description:
- This module allows one to (re)generate OpenSSL certificates. - This module allows one to (re)generate OpenSSL certificates.
- It uses the cryptography python library to interact with OpenSSL. - It uses the cryptography python library to interact with OpenSSL.
attributes:
diff_mode:
support: full
requirements: requirements:
- cryptography >= 1.6 (if using V(selfsigned) or V(ownca) provider) - cryptography >= 1.6 (if using V(selfsigned) or V(ownca) provider)
options: options:

View File

@ -15,6 +15,9 @@ class ModuleDocFragment(object):
description: description:
- This module allows one to (re)generate OpenSSL certificate signing requests. - This module allows one to (re)generate OpenSSL certificate signing requests.
- This module supports the subjectAltName, keyUsage, extendedKeyUsage, basicConstraints and OCSP Must Staple extensions. - This module supports the subjectAltName, keyUsage, extendedKeyUsage, basicConstraints and OCSP Must Staple extensions.
attributes:
diff_mode:
support: full
requirements: requirements:
- cryptography >= 1.3 - cryptography >= 1.3
options: options:

View File

@ -17,6 +17,9 @@ description:
L(ECC,https://en.wikipedia.org/wiki/Elliptic-curve_cryptography) or L(EdDSA,https://en.wikipedia.org/wiki/EdDSA) private L(ECC,https://en.wikipedia.org/wiki/Elliptic-curve_cryptography) or L(EdDSA,https://en.wikipedia.org/wiki/EdDSA) private
keys. keys.
- Keys are generated in PEM format. - Keys are generated in PEM format.
attributes:
diff_mode:
support: full
requirements: requirements:
- cryptography >= 1.2.3 (older versions might work as well) - cryptography >= 1.2.3 (older versions might work as well)
options: options:

View File

@ -14,6 +14,9 @@ class ModuleDocFragment(object):
DOCUMENTATION = r""" DOCUMENTATION = r"""
requirements: requirements:
- cryptography >= 1.2.3 (older versions might work as well) - cryptography >= 1.2.3 (older versions might work as well)
attributes:
diff_mode:
support: none
options: options:
src_path: src_path:
description: description:

View File

@ -27,8 +27,6 @@ extends_documentation_fragment:
attributes: attributes:
check_mode: check_mode:
support: full support: full
diff_mode:
support: full
safe_file_operations: safe_file_operations:
support: full support: full
options: options:

View File

@ -31,8 +31,6 @@ attributes:
in community.crypto 3.0.0. in community.crypto 3.0.0.
- From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active. - From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active.
If you think this breaks your use-case of this module, please create an issue in the community.crypto repository. If you think this breaks your use-case of this module, please create an issue in the community.crypto repository.
diff_mode:
support: full
options: options:
content: content:
description: description:

View File

@ -29,8 +29,6 @@ extends_documentation_fragment:
attributes: attributes:
check_mode: check_mode:
support: full support: full
diff_mode:
support: full
safe_file_operations: safe_file_operations:
support: full support: full
options: options:

View File

@ -26,8 +26,6 @@ extends_documentation_fragment:
attributes: attributes:
check_mode: check_mode:
support: full support: full
diff_mode:
support: none
safe_file_operations: safe_file_operations:
support: full support: full
options: options:

View File

@ -41,8 +41,6 @@ attributes:
in community.crypto 3.0.0. in community.crypto 3.0.0.
- From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active. - From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active.
If you think this breaks your use-case of this module, please create an issue in the community.crypto repository. If you think this breaks your use-case of this module, please create an issue in the community.crypto repository.
diff_mode:
support: full
options: options:
content: content:
description: description:

View File

@ -38,8 +38,6 @@ extends_documentation_fragment:
attributes: attributes:
check_mode: check_mode:
support: full support: full
diff_mode:
support: full
safe_file_operations: safe_file_operations:
support: full support: full
options: options:

View File

@ -35,8 +35,6 @@ attributes:
in community.crypto 3.0.0. in community.crypto 3.0.0.
- From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active. - From community.crypto 3.0.0 on, the module will ignore check mode and always behave as if check mode is not active.
If you think this breaks your use-case of this module, please create an issue in the community.crypto repository. If you think this breaks your use-case of this module, please create an issue in the community.crypto repository.
diff_mode:
support: full
options: options:
provider: provider:
description: description: