1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

vmware_vm_shell: doc: add missing defaults

This commit is contained in:
Rene Moser 2016-04-23 08:27:21 +02:00 committed by Matt Clay
parent 378707e1f7
commit 9e05fc35ea

View file

@ -38,11 +38,13 @@ options:
- The datacenter hosting the VM - The datacenter hosting the VM
- Will help speed up search - Will help speed up search
required: False required: False
default: None
cluster: cluster:
description: description:
- The cluster hosting the VM - The cluster hosting the VM
- Will help speed up search - Will help speed up search
required: False required: False
default: None
vm_id: vm_id:
description: description:
- The identification for the VM - The identification for the VM
@ -57,14 +59,17 @@ options:
- 'inventory_path' - 'inventory_path'
- 'vm_name' - 'vm_name'
required: False required: False
default: None
vm_username: vm_username:
description: description:
- The user to connect to the VM. - The user to connect to the VM.
required: False required: False
default: None
vm_password: vm_password:
description: description:
- The password used to login to the VM. - The password used to login to the VM.
required: False required: False
default: None
vm_shell: vm_shell:
description: description:
- The absolute path to the program to start. On Linux this is executed via bash. - The absolute path to the program to start. On Linux this is executed via bash.