mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
* fixed validation-modules for plugins/modules/cloud/xenserver/xenserver_guest.py
* fixed validation-modules for plugins/modules/identity/ipa/ipa_hbacrule.py
* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_client.py
* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_clienttemplate.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_fixed_address.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_host_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_member.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_network.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_nsgroup.py
* fixed validation-modules for plugins/modules/remote_management/redfish/redfish_config.py
* fixed validation-modules for plugins/modules/source_control/github/github_webhook.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_exception.py
* Tidy up validate-modules ignores doc-elements-mismatch
* Added changelog frag for utm_proxy_exception
* Update changelogs/fragments/1399-fixed-wrong-elements-type.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixed couple of missing docs
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 47c456f740
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
17f598fdc2
commit
70a8ca6ac3
16 changed files with 76 additions and 30 deletions
|
@ -29,6 +29,8 @@ options:
|
|||
description:
|
||||
- Configures the network settings for the grid member.
|
||||
required: true
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
@ -43,6 +45,8 @@ options:
|
|||
description:
|
||||
- Configures the IPv6 settings for the grid member.
|
||||
required: true
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
virtual_ip:
|
||||
description:
|
||||
|
@ -77,6 +81,8 @@ options:
|
|||
lan2_port_setting:
|
||||
description:
|
||||
- Settings for the Grid member LAN2 port if 'lan2_enabled' is set to "true".
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
enabled:
|
||||
description:
|
||||
|
@ -85,6 +91,8 @@ options:
|
|||
network_setting:
|
||||
description:
|
||||
- If the 'enable' field is set to True, this defines IPv4 network settings for LAN2.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
@ -98,6 +106,8 @@ options:
|
|||
v6_network_setting:
|
||||
description:
|
||||
- If the 'enable' field is set to True, this defines IPv6 network settings for LAN2.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
virtual_ip:
|
||||
description:
|
||||
|
@ -115,10 +125,14 @@ options:
|
|||
node_info:
|
||||
description:
|
||||
- Configures the node information list with detailed status report on the operations of the Grid Member.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
lan2_physical_setting:
|
||||
description:
|
||||
- Physical port settings for the LAN2 interface.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
auto_port_setting_enabled:
|
||||
description:
|
||||
|
@ -133,6 +147,8 @@ options:
|
|||
lan_ha_port_setting:
|
||||
description:
|
||||
- LAN/HA port settings for the node.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
ha_ip_address:
|
||||
description:
|
||||
|
@ -140,6 +156,8 @@ options:
|
|||
ha_port_setting:
|
||||
description:
|
||||
- Physical port settings for the HA interface.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
auto_port_setting_enabled:
|
||||
description:
|
||||
|
@ -154,6 +172,8 @@ options:
|
|||
lan_port_setting:
|
||||
description:
|
||||
- Physical port settings for the LAN interface.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
auto_port_setting_enabled:
|
||||
description:
|
||||
|
@ -174,6 +194,8 @@ options:
|
|||
mgmt_network_setting:
|
||||
description:
|
||||
- Network settings for the MGMT port of the node.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
@ -187,6 +209,8 @@ options:
|
|||
v6_mgmt_network_setting:
|
||||
description:
|
||||
- The network settings for the IPv6 MGMT port of the node.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
virtual_ip:
|
||||
description:
|
||||
|
@ -200,6 +224,8 @@ options:
|
|||
mgmt_port_setting:
|
||||
description:
|
||||
- Settings for the member MGMT port.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
enabled:
|
||||
description:
|
||||
|
@ -228,6 +254,8 @@ options:
|
|||
syslog_servers:
|
||||
description:
|
||||
- The list of external syslog servers.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
@ -266,10 +294,14 @@ options:
|
|||
pre_provisioning:
|
||||
description:
|
||||
- Pre-provisioning information.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
hardware_info:
|
||||
description:
|
||||
- An array of structures that describe the hardware being pre-provisioned.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
hwmodel:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue