mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 18:59:08 +00:00
[PR #10443/6d675469 backport][stable-11] doc style adjustments: modules [no]* (#10454)
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n*
* doc style adjustments: modules o*
* Apply suggestions from code review
* Apply suggestions from code review
---------
(cherry picked from commit 6d67546902)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a34df7dc49
commit
ab7b199af9
36 changed files with 252 additions and 229 deletions
|
|
@ -44,7 +44,7 @@ options:
|
|||
login:
|
||||
description:
|
||||
- Whether the target node should be connected.
|
||||
- When O(target) is omitted, will login to all available.
|
||||
- When O(target) is omitted, it logins to all available.
|
||||
type: bool
|
||||
aliases: [state]
|
||||
node_auth:
|
||||
|
|
@ -84,7 +84,7 @@ options:
|
|||
description:
|
||||
- Whether the list of target nodes on the portal should be (re)discovered and added to the persistent iSCSI database.
|
||||
- Keep in mind that C(iscsiadm) discovery resets configuration, like C(node.startup) to manual, hence combined with
|
||||
O(auto_node_startup=true) will always return a changed state.
|
||||
O(auto_node_startup=true) always returns a changed state.
|
||||
type: bool
|
||||
default: false
|
||||
show_nodes:
|
||||
|
|
@ -95,7 +95,7 @@ options:
|
|||
rescan:
|
||||
description:
|
||||
- Rescan an established session for discovering new targets.
|
||||
- When O(target) is omitted, will rescan all sessions.
|
||||
- When O(target) is omitted, it rescans all sessions.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: 4.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue