Skip to content

Commit

Permalink
vcenter_standard_key_provider: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Sep 30, 2024
1 parent f61940d commit 167fc79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/2192-fix-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bugfixes:
- vcenter_standard_key_provider - Fix documentation
(https://github.com/ansible-collections/community.vmware/pull/2192).
8 changes: 4 additions & 4 deletions plugins/modules/vcenter_standard_key_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
kms_info:
description:
- The information of an external key server (KMS).
- O(kms_info.kms_name), O(kms_info.kms_ip) are required when adding a Standard Key Provider.
- If O(kms_info.kms_port) is not specified, the default port 5696 will be used.
- O(kms_info.kms_ip), O(kms_info.kms_port) can be reconfigured for an existing KMS with name O(kms_info.kms_name).
- O(kms_info[].kms_name), O(kms_info[].kms_ip) are required when adding a Standard Key Provider.
- If O(kms_info[].kms_port) is not specified, the default port 5696 will be used.
- O(kms_info[].kms_ip), O(kms_info[].kms_port) can be reconfigured for an existing KMS with name O(kms_info[].kms_name).
type: list
default: []
elements: dict
Expand All @@ -60,7 +60,7 @@
description: Port of the external KMS.
type: int
remove_kms:
description: Remove the configured KMS with name O(kms_info.kms_name) from the KMIP cluster.
description: Remove the configured KMS with name O(kms_info[].kms_name) from the KMIP cluster.
type: bool
proxy_server:
description: Address of the proxy server to connect to KMS.
Expand Down

0 comments on commit 167fc79

Please sign in to comment.