mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Update proxmox_kvm.py (#39045)
This commit is contained in:
committed by
Martin Krizek
parent
f30698f65d
commit
dbd0272f2e
@@ -24,12 +24,12 @@ author: "Abdoul Bah (@helldorado) <bahabdoul at gmail.com>"
|
||||
options:
|
||||
acpi:
|
||||
description:
|
||||
- Specify if ACPI should be enables/disabled.
|
||||
- Specify if ACPI should be enabled/disabled.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
agent:
|
||||
description:
|
||||
- Specify if the QEMU GuestAgent should be enabled/disabled.
|
||||
- Specify if the QEMU Guest Agent should be enabled/disabled.
|
||||
type: bool
|
||||
args:
|
||||
description:
|
||||
@@ -50,7 +50,7 @@ options:
|
||||
- You can use C(PROXMOX_PASSWORD) environment variable.
|
||||
autostart:
|
||||
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
|
||||
default: 'no'
|
||||
balloon:
|
||||
|
||||
Reference in New Issue
Block a user