Update proxmox_kvm.py (#39045)
parent
f30698f65d
commit
dbd0272f2e
|
@ -24,7 +24,7 @@ author: "Abdoul Bah (@helldorado) <bahabdoul at gmail.com>"
|
||||||
options:
|
options:
|
||||||
acpi:
|
acpi:
|
||||||
description:
|
description:
|
||||||
- Specify if ACPI should be enables/disabled.
|
- Specify if ACPI should be enabled/disabled.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'yes'
|
default: 'yes'
|
||||||
agent:
|
agent:
|
||||||
|
@ -50,7 +50,7 @@ options:
|
||||||
- You can use C(PROXMOX_PASSWORD) environment variable.
|
- You can use C(PROXMOX_PASSWORD) environment variable.
|
||||||
autostart:
|
autostart:
|
||||||
description:
|
description:
|
||||||
- Specify, if the VM should be automatically restarted after crash (currently ignored in PVE API).
|
- Specify if the VM should be automatically restarted after crash (currently ignored in PVE API).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
balloon:
|
balloon:
|
||||||
|
|
Loading…
Reference in New Issue