apache2-mod-proxy: reformatted YAML blocks (#9613)
parent
a4562bced4
commit
a5d2e3ec80
|
@ -40,7 +40,8 @@ options:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- (IPv4|IPv6|FQDN) of the balancer member to get or to set attributes to. Port number is autodetected and should not
|
- (IPv4|IPv6|FQDN) of the balancer member to get or to set attributes to. Port number is autodetected and should not
|
||||||
be specified here. If undefined, apache2_mod_proxy module will return a members list of dictionaries of all the current
|
be specified here.
|
||||||
|
- If undefined, the M(community.general.apache2_mod_proxy) module will return a members list of dictionaries of all the current
|
||||||
balancer pool members' attributes.
|
balancer pool members' attributes.
|
||||||
state:
|
state:
|
||||||
type: list
|
type: list
|
||||||
|
@ -112,7 +113,7 @@ EXAMPLES = r"""
|
||||||
|
|
||||||
RETURN = r"""
|
RETURN = r"""
|
||||||
member:
|
member:
|
||||||
description: specific balancer member information dictionary, returned when apache2_mod_proxy module is invoked with C(member_host) parameter.
|
description: Specific balancer member information dictionary, returned when the module is invoked with O(member_host) parameter.
|
||||||
type: dict
|
type: dict
|
||||||
returned: success
|
returned: success
|
||||||
sample:
|
sample:
|
||||||
|
@ -143,7 +144,8 @@ member:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
members:
|
members:
|
||||||
description: list of member (defined above) dictionaries, returned when apache2_mod_proxy is invoked with no C(member_host) and state args.
|
description: List of member (defined above) dictionaries, returned when the module is invoked with no O(member_host) and
|
||||||
|
O(state) args.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
sample:
|
sample:
|
||||||
|
|
Loading…
Reference in New Issue