mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Initial commit (#3300)
This commit is contained in:
parent
97e2c3dec9
commit
58c6f6c95a
1 changed files with 8 additions and 1 deletions
|
@ -32,7 +32,14 @@ options:
|
||||||
type: str
|
type: str
|
||||||
disk:
|
disk:
|
||||||
description:
|
description:
|
||||||
- hard disk size in GB for instance
|
- This option was previously described as "hard disk size in GB for instance" however several formats describing
|
||||||
|
a lxc mount are permitted.
|
||||||
|
- Older versions of Proxmox will accept a numeric value for size using the I(storage) parameter to automatically
|
||||||
|
choose which storage to allocate from, however new versions enforce the C(<STORAGE>:<SIZE>) syntax.
|
||||||
|
- "Additional options are available by using some combination of the following key-value pairs as a
|
||||||
|
comma-delimited list C([volume=]<volume> [,acl=<1|0>] [,mountoptions=<opt[;opt...]>] [,quota=<1|0>]
|
||||||
|
[,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>])."
|
||||||
|
- See U(https://pve.proxmox.com/wiki/Linux_Container) for a full description.
|
||||||
- If I(proxmox_default_behavior) is set to C(compatiblity) (the default value), this
|
- If I(proxmox_default_behavior) is set to C(compatiblity) (the default value), this
|
||||||
option has a default of C(3). Note that the default value of I(proxmox_default_behavior)
|
option has a default of C(3). Note that the default value of I(proxmox_default_behavior)
|
||||||
changes in community.general 4.0.0.
|
changes in community.general 4.0.0.
|
||||||
|
|
Loading…
Reference in a new issue