Fix non-matching defaults. (#5452)

This commit is contained in:
Felix Fontein 2022-11-01 19:25:51 +01:00 committed by GitHub
commit f84a9bf932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 134 additions and 20 deletions

View file

@ -161,6 +161,7 @@ options:
and the JIRA REST API for the structure required for various fields.
- When passed to comment, the data structure is merged at the first level since community.general 4.6.0. Useful to add JIRA properties for example.
- Note that JIRA may not allow changing field values on specific transitions or states.
default: {}
jql:
required: false

View file

@ -33,10 +33,12 @@ options:
- List of adirectory group strings.
type: list
elements: str
default: []
adirectory_groups_sids:
description:
- Dictionary of group sids.
type: dict
default: {}
backend_match:
description:
- The backend for the group.
@ -68,18 +70,22 @@ options:
- List of edirectory group strings.
type: list
elements: str
default: []
ipsec_dn:
description:
- The ipsec dn string.
type: str
default: ''
ldap_attribute:
description:
- The ldap attribute to check against.
type: str
default: ''
ldap_attribute_value:
description:
- The ldap attribute value to check against.
type: str
default: ''
members:
description:
- A list of user ref names (aaa/user).

View file

@ -42,6 +42,7 @@ options:
type: str
description:
- An optional comment to add to the dns host object
default: ''
hostname:
type: str
description:
@ -50,6 +51,7 @@ options:
type: str
description:
- The reference name of the interface to use. If not provided the default interface will be used
default: ''
resolved:
description:
- whether the hostname's ipv4 address is already resolved or not

View file

@ -42,6 +42,7 @@ options:
type: str
description:
- An optional comment to add to the object
default: ''
resolved:
type: bool
description:

View file

@ -48,6 +48,7 @@ options:
type: str
description:
- The reference name of the auth profile
default: ''
backend:
type: list
elements: str
@ -58,10 +59,12 @@ options:
type: str
description:
- The path of the backend
default: ''
comment:
type: str
description:
- The optional comment string
default: ''
denied_networks:
type: list
elements: str