[PR #9613/a5d2e3ec backport][stable-10] apache2-mod-proxy: reformatted YAML blocks (#9615)

apache2-mod-proxy: reformatted YAML blocks (#9613)

(cherry picked from commit a5d2e3ec80)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-01-23 20:28:36 +01:00 committed by GitHub
parent 17157cdfb5
commit 20e394fd3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: