mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Resolving differences in core modules post-merge
This commit is contained in:
committed by
Matt Clay
parent
95d59b61eb
commit
8afa090417
@@ -203,6 +203,10 @@ EXAMPLES = '''
|
||||
type: vmxnet3
|
||||
network: VM Network
|
||||
network_type: standard
|
||||
nic2:
|
||||
type: vmxnet3
|
||||
network: dvSwitch Network
|
||||
network_type: dvs
|
||||
vm_hardware:
|
||||
memory_mb: 2048
|
||||
num_cpus: 2
|
||||
@@ -251,7 +255,6 @@ EXAMPLES = '''
|
||||
hostname: esx001.mydomain.local
|
||||
|
||||
# Deploy a guest from a template
|
||||
# No reconfiguration of the destination guest is done at this stage, a reconfigure would be needed to adjust memory/cpu etc..
|
||||
- vsphere_guest:
|
||||
vcenter_hostname: vcenter.mydomain.local
|
||||
username: myuser
|
||||
|
||||
Reference in New Issue
Block a user