VMware: Add examples of folder in vmware_deploy_ovf (#56216)
Fixes: #51825 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
f1ca5552aa
commit
748cfd89ab
1 changed files with 10 additions and 0 deletions
|
@ -65,6 +65,16 @@ options:
|
|||
description:
|
||||
- Absolute path of folder to place the virtual machine.
|
||||
- If not specified, defaults to the value of C(datacenter.vmFolder).
|
||||
- 'Examples:'
|
||||
- ' folder: /ha-datacenter/vm'
|
||||
- ' folder: ha-datacenter/vm'
|
||||
- ' folder: /datacenter1/vm'
|
||||
- ' folder: datacenter1/vm'
|
||||
- ' folder: /datacenter1/vm/folder1'
|
||||
- ' folder: datacenter1/vm/folder1'
|
||||
- ' folder: /folder1/datacenter1/vm'
|
||||
- ' folder: folder1/datacenter1/vm'
|
||||
- ' folder: /folder1/datacenter1/vm/folder2'
|
||||
inject_ovf_env:
|
||||
description:
|
||||
- Force the given properties to be inserted into an OVF Environment and injected through VMware Tools.
|
||||
|
|
Loading…
Reference in a new issue