|
|
|
@ -65,18 +65,18 @@ options:
|
|
|
|
|
default: null
|
|
|
|
|
state:
|
|
|
|
|
description:
|
|
|
|
|
- Indicate desired state of the vm.
|
|
|
|
|
- Indicate desired state of the vm.
|
|
|
|
|
default: present
|
|
|
|
|
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
|
|
|
|
from_template:
|
|
|
|
|
description:
|
|
|
|
|
- Specifies if the VM should be deployed from a template (cannot be ran with state)
|
|
|
|
|
default: no
|
|
|
|
|
choices: ['yes', 'no']
|
|
|
|
|
- Specifies if the VM should be deployed from a template (cannot be ran with state)
|
|
|
|
|
default: no
|
|
|
|
|
choices: ['yes', 'no']
|
|
|
|
|
template_src:
|
|
|
|
|
description:
|
|
|
|
|
- Name of the source template to deploy from
|
|
|
|
|
default: None
|
|
|
|
|
- Name of the source template to deploy from
|
|
|
|
|
default: None
|
|
|
|
|
vm_disk:
|
|
|
|
|
description:
|
|
|
|
|
- A key, value list of disks and their sizes and which datastore to keep it in.
|
|
|
|
|