mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 20:59:16 +00:00
(cherry picked from commit f84a9bf932)
This commit is contained in:
parent
2754d86ac5
commit
d119905bd5
73 changed files with 130 additions and 21 deletions
|
|
@ -61,11 +61,13 @@ options:
|
|||
description:
|
||||
- Free-form options to be passed to the mklv command.
|
||||
type: str
|
||||
default: ''
|
||||
pvs:
|
||||
description:
|
||||
- A list of physical volumes e.g. C(hdisk1,hdisk2).
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ options:
|
|||
description:
|
||||
- Password for importing from PKCS12 keystore.
|
||||
type: str
|
||||
default: ''
|
||||
pkcs12_alias:
|
||||
description:
|
||||
- Alias in the PKCS12 keystore.
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ options:
|
|||
description:
|
||||
- Additional options to pass to C(pvcreate) when creating the volume group.
|
||||
type: str
|
||||
default: ''
|
||||
pvresize:
|
||||
description:
|
||||
- If C(yes), resize the physical volume to the maximum available size.
|
||||
|
|
@ -51,6 +52,7 @@ options:
|
|||
description:
|
||||
- Additional options to pass to C(vgcreate) when creating the volume group.
|
||||
type: str
|
||||
default: ''
|
||||
state:
|
||||
description:
|
||||
- Control if the volume group exists.
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ options:
|
|||
description:
|
||||
- Name of the SELinux policy store to use.
|
||||
type: str
|
||||
default: ''
|
||||
notes:
|
||||
- Requires a recent version of SELinux and C(policycoreutils-python) (EL 6 or newer).
|
||||
requirements: [ policycoreutils-python ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue