mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Fix non-matching defaults. (#5452)
This commit is contained in:
parent
5f4e593116
commit
f84a9bf932
75 changed files with 134 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -42,6 +42,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- An optional comment to add to the object
|
||||
default: ''
|
||||
resolved:
|
||||
type: bool
|
||||
description:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue