mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Alicia Cozine
parent
f1ca5552aa
commit
748cfd89ab
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user