mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
[PR #10409/a36ad54b backport][stable-10] doc style adjustments: modules i* (#10410)
doc style adjustments: modules i* (#10409)
(cherry picked from commit a36ad54b53
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
700bb27d51
commit
003f9e498e
28 changed files with 305 additions and 306 deletions
|
@ -22,7 +22,7 @@ options:
|
|||
append:
|
||||
description:
|
||||
- If V(true), add the listed O(host) to the O(hostgroup).
|
||||
- If V(false), only the listed O(host) will be in O(hostgroup), removing any other hosts.
|
||||
- If V(false), only the listed O(host) is set in O(hostgroup), removing any other hosts.
|
||||
default: false
|
||||
type: bool
|
||||
version_added: 6.6.0
|
||||
|
@ -40,17 +40,17 @@ options:
|
|||
host:
|
||||
description:
|
||||
- List of hosts that belong to the host-group.
|
||||
- If an empty list is passed all hosts will be removed from the group.
|
||||
- If option is omitted hosts will not be checked or changed.
|
||||
- If option is passed all assigned hosts that are not passed will be unassigned from the group.
|
||||
- If an empty list is passed all hosts are removed from the group.
|
||||
- If option is omitted hosts are not checked nor changed.
|
||||
- If option is passed all assigned hosts that are not passed are unassigned from the group.
|
||||
type: list
|
||||
elements: str
|
||||
hostgroup:
|
||||
description:
|
||||
- List of host-groups than belong to that host-group.
|
||||
- If an empty list is passed all host-groups will be removed from the group.
|
||||
- If option is omitted host-groups will not be checked or changed.
|
||||
- If option is passed all assigned hostgroups that are not passed will be unassigned from the group.
|
||||
- If an empty list is passed all host-groups are removed from the group.
|
||||
- If option is omitted host-groups are not checked nor changed.
|
||||
- If option is passed all assigned hostgroups that are not passed are unassigned from the group.
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue