mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)
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
ffa1436f05
commit
27377140d0
28 changed files with 305 additions and 306 deletions
|
@ -34,31 +34,31 @@ options:
|
|||
cmd:
|
||||
description:
|
||||
- List of commands assigned to the rule.
|
||||
- If an empty list is passed all commands will be removed from the rule.
|
||||
- If option is omitted commands will not be checked or changed.
|
||||
- If an empty list is passed all commands are removed from the rule.
|
||||
- If option is omitted commands are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
cmdgroup:
|
||||
description:
|
||||
- List of command groups assigned to the rule.
|
||||
- If an empty list is passed all command groups will be removed from the rule.
|
||||
- If option is omitted command groups will not be checked or changed.
|
||||
- If an empty list is passed all command groups are removed from the rule.
|
||||
- If option is omitted command groups are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
version_added: 2.0.0
|
||||
deny_cmd:
|
||||
description:
|
||||
- List of denied commands assigned to the rule.
|
||||
- If an empty list is passed all commands will be removed from the rule.
|
||||
- If option is omitted commands will not be checked or changed.
|
||||
- If an empty list is passed all commands are removed from the rule.
|
||||
- If option is omitted commands are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
version_added: 8.1.0
|
||||
deny_cmdgroup:
|
||||
description:
|
||||
- List of denied command groups assigned to the rule.
|
||||
- If an empty list is passed all command groups will be removed from the rule.
|
||||
- If option is omitted command groups will not be checked or changed.
|
||||
- If an empty list is passed all command groups are removed from the rule.
|
||||
- If option is omitted command groups are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
version_added: 8.1.0
|
||||
|
@ -69,8 +69,8 @@ options:
|
|||
host:
|
||||
description:
|
||||
- List of hosts assigned to the rule.
|
||||
- If an empty list is passed all hosts will be removed from the rule.
|
||||
- If option is omitted hosts will not be checked or changed.
|
||||
- If an empty list is passed all hosts are removed from the rule.
|
||||
- If option is omitted hosts are not checked nor changed.
|
||||
- Option O(hostcategory) must be omitted to assign hosts.
|
||||
type: list
|
||||
elements: str
|
||||
|
@ -84,8 +84,8 @@ options:
|
|||
hostgroup:
|
||||
description:
|
||||
- List of host groups assigned to the rule.
|
||||
- If an empty list is passed all host groups will be removed from the rule.
|
||||
- If option is omitted host groups will not be checked or changed.
|
||||
- If an empty list is passed all host groups are removed from the rule.
|
||||
- If option is omitted host groups are not checked nor changed.
|
||||
- Option O(hostcategory) must be omitted to assign host groups.
|
||||
type: list
|
||||
elements: str
|
||||
|
@ -113,8 +113,8 @@ options:
|
|||
user:
|
||||
description:
|
||||
- List of users assigned to the rule.
|
||||
- If an empty list is passed all users will be removed from the rule.
|
||||
- If option is omitted users will not be checked or changed.
|
||||
- If an empty list is passed all users are removed from the rule.
|
||||
- If option is omitted users are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
usercategory:
|
||||
|
@ -125,8 +125,8 @@ options:
|
|||
usergroup:
|
||||
description:
|
||||
- List of user groups assigned to the rule.
|
||||
- If an empty list is passed all user groups will be removed from the rule.
|
||||
- If option is omitted user groups will not be checked or changed.
|
||||
- If an empty list is passed all user groups are removed from the rule.
|
||||
- If option is omitted user groups are not checked nor changed.
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue