mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 07:25:10 +00:00
Fix non-matching defaults in docs (#5446)
* Allow to pass options as lookup options. * Adjust tests. * Fix non-matching defaults.
This commit is contained in:
parent
f1d5f71b8d
commit
a978bff2c7
79 changed files with 187 additions and 63 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