mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-18 02:40:21 -07:00
Use semantic markup (modules r-s) (#6683)
* Use semantic markup. * Use 'ignore:' for alias reference. * Ignore sanity errors for older ansible-core versions. * Improve markup for RHSM modules. Co-authored-by: Pino Toscano <ptoscano@redhat.com> * 'ignore:' is no longer needed. * E() now works better. --------- Co-authored-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
45eb1e3915
commit
eff0cb0ed9
49 changed files with 311 additions and 303 deletions
|
@ -29,16 +29,16 @@ attributes:
|
|||
options:
|
||||
state:
|
||||
description:
|
||||
- C(present), configure and install the zone.
|
||||
- C(installed), synonym for C(present).
|
||||
- C(running), if the zone already exists, boot it, otherwise, configure and install
|
||||
- V(present), configure and install the zone.
|
||||
- V(installed), synonym for V(present).
|
||||
- V(running), if the zone already exists, boot it, otherwise, configure and install
|
||||
the zone first, then boot it.
|
||||
- C(started), synonym for C(running).
|
||||
- C(stopped), shutdown a zone.
|
||||
- C(absent), destroy the zone.
|
||||
- C(configured), configure the ready so that it's to be attached.
|
||||
- C(attached), attach a zone, but do not boot it.
|
||||
- C(detached), shutdown and detach a zone
|
||||
- V(started), synonym for V(running).
|
||||
- V(stopped), shutdown a zone.
|
||||
- V(absent), destroy the zone.
|
||||
- V(configured), configure the ready so that it's to be attached.
|
||||
- V(attached), attach a zone, but do not boot it.
|
||||
- V(detached), shutdown and detach a zone
|
||||
type: str
|
||||
choices: [ absent, attached, configured, detached, installed, present, running, started, stopped ]
|
||||
default: present
|
||||
|
@ -47,7 +47,7 @@ options:
|
|||
- Zone name.
|
||||
- A zone name must be unique name.
|
||||
- A zone name must begin with an alpha-numeric character.
|
||||
- The name can contain alpha-numeric characters, underbars I(_), hyphens I(-), and periods I(.).
|
||||
- The name can contain alpha-numeric characters, underscores V(_), hyphens V(-), and periods V(.).
|
||||
- The name cannot be longer than 64 characters.
|
||||
type: str
|
||||
required: true
|
||||
|
@ -58,7 +58,7 @@ options:
|
|||
type: str
|
||||
sparse:
|
||||
description:
|
||||
- Whether to create a sparse (C(true)) or whole root (C(false)) zone.
|
||||
- Whether to create a sparse (V(true)) or whole root (V(false)) zone.
|
||||
type: bool
|
||||
default: false
|
||||
root_password:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue