mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
doc style adjustments: modules u*
This commit is contained in:
parent
9672dd44f2
commit
4ec967bc81
13 changed files with 18 additions and 18 deletions
|
@ -28,7 +28,7 @@ attributes:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
adirectory_groups:
|
adirectory_groups:
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
|
@ -29,7 +29,7 @@ attributes:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
ca:
|
ca:
|
||||||
|
|
|
@ -28,7 +28,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
address:
|
address:
|
||||||
type: str
|
type: str
|
||||||
|
@ -130,7 +130,7 @@ result:
|
||||||
description: Whether the ipv6 address is resolved or not.
|
description: Whether the ipv6 address is resolved or not.
|
||||||
type: bool
|
type: bool
|
||||||
timeout:
|
timeout:
|
||||||
description: The timeout until a new resolving will be attempted.
|
description: The timeout until a new resolving is attempted.
|
||||||
type: int
|
type: int
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
address:
|
address:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -27,7 +27,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
|
@ -30,7 +30,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
aaa:
|
aaa:
|
||||||
type: list
|
type: list
|
||||||
|
|
|
@ -29,7 +29,7 @@ attributes:
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
op:
|
op:
|
||||||
|
|
|
@ -30,7 +30,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
add_content_type_header:
|
add_content_type_header:
|
||||||
description:
|
description:
|
||||||
|
@ -76,12 +76,12 @@ options:
|
||||||
default: []
|
default: []
|
||||||
htmlrewrite:
|
htmlrewrite:
|
||||||
description:
|
description:
|
||||||
- Whether to enable html rewrite or not.
|
- Whether to enable HTML rewrite or not.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
htmlrewrite_cookies:
|
htmlrewrite_cookies:
|
||||||
description:
|
description:
|
||||||
- Whether to enable html rewrite cookie or not.
|
- Whether to enable HTML rewrite cookie or not.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
implicitredirect:
|
implicitredirect:
|
||||||
|
@ -204,7 +204,7 @@ result:
|
||||||
description: List of associated proxy exceptions.
|
description: List of associated proxy exceptions.
|
||||||
type: list
|
type: list
|
||||||
htmlrewrite:
|
htmlrewrite:
|
||||||
description: State of html rewrite.
|
description: State of HTML rewrite.
|
||||||
type: bool
|
type: bool
|
||||||
htmlrewrite_cookies:
|
htmlrewrite_cookies:
|
||||||
description: Whether the HTML rewrite cookie is set.
|
description: Whether the HTML rewrite cookie is set.
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
@ -90,7 +90,7 @@ result:
|
||||||
description: List of associated proxy exceptions.
|
description: List of associated proxy exceptions.
|
||||||
type: list
|
type: list
|
||||||
htmlrewrite:
|
htmlrewrite:
|
||||||
description: State of html rewrite.
|
description: State of HTML rewrite.
|
||||||
type: bool
|
type: bool
|
||||||
htmlrewrite_cookies:
|
htmlrewrite_cookies:
|
||||||
description: Whether the HTML rewrite cookie is set.
|
description: Whether the HTML rewrite cookie is set.
|
||||||
|
|
|
@ -30,7 +30,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
access_control:
|
access_control:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -29,7 +29,7 @@ options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The name of the object. Will be used to identify the entry.
|
- The name of the object that identifies the entry.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue