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
|
@ -31,6 +31,8 @@ options:
|
|||
description:
|
||||
- This host is to be used as primary server in this nameserver group. It must be a grid member.
|
||||
This option is required when setting I(use_external_primaries) to C(false).
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
name:
|
||||
description:
|
||||
|
@ -56,10 +58,17 @@ options:
|
|||
- Configure the external nameserver as stealth server (without NS record) in the zones.
|
||||
type: bool
|
||||
default: false
|
||||
preferred_primaries:
|
||||
description:
|
||||
- Provide a list of elements like in I(external_primaries) to set the precedence of preferred primary nameservers.
|
||||
type: list
|
||||
elements: dict
|
||||
grid_secondaries:
|
||||
description:
|
||||
- Configures the list of grid member hosts that act as secondary nameservers.
|
||||
This option is required when setting I(use_external_primaries) to C(true).
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
name:
|
||||
description:
|
||||
|
@ -88,6 +97,8 @@ options:
|
|||
preferred_primaries:
|
||||
description:
|
||||
- Provide a list of elements like in I(external_primaries) to set the precedence of preferred primary nameservers.
|
||||
type: list
|
||||
elements: dict
|
||||
is_grid_default:
|
||||
description:
|
||||
- If set to C(True) this nsgroup will become the default nameserver group for new zones.
|
||||
|
@ -105,6 +116,8 @@ options:
|
|||
description:
|
||||
- Configures a list of external nameservers (non-members of the grid).
|
||||
This option is required when setting I(use_external_primaries) to C(true).
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
@ -134,6 +147,8 @@ options:
|
|||
external_secondaries:
|
||||
description:
|
||||
- Allows to provide a list of external secondary nameservers, that are not members of the grid.
|
||||
type: list
|
||||
elements: dict
|
||||
suboptions:
|
||||
address:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue