mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 07:10:23 -07:00
* vmware_guest: various fixes, improvements & additions * Add template_flag attribute to define if the destination machine is a template * Add helper class to create: * SCSI controller * Disks * Network devices * New feature: create VM without using templates * New feature: multiple NIC * New feature: multiple disks * New feature: custom SCSI controller types (default: paravirtual) * New feature: NIC can now be E1000 or VMXNet3 (default) * New feature: customize NIC mac address * New feature: new disk option autoselect_datastore permit to select the less used datastore. If datastore field is provided, filter the datastore list before selection * New feature: Implement disk resizing + addition when state=present and VM exists * New feature: when state=present and vm exists, modify the current CPU, Memory and disk space * New feature: add guest_id support permitting to customize & change current VM guest ID in VMWare * New feature: resource pool support * New feature: change VM configuration without recreating it (CPU, memory, disks, network, guest ID, resource pool) * Add 'gatherfacts' state to gather facts on a VM instead of previous 'present' state ('present' ensure the VM configuration) * Add PyVmomiCache class to cache read only object * Various python code fixes * Various documentation fixes * esxi_hostname & cluster are now exclusive * Drop ips attribute & set ip directly into networks * Little performance fixes by removing some duplicate calls to VMWare API * Python 3 portability fixes * Create many functions to make the code maintainable * Cleanup some useless attributes * Add 'suspended' as desired state for VM * Make guest_id, memory & CPU number optional in reconfiguration mode * Note: guest_id is now mandatory to create a VM from scratch (not templating) * Bux fixes + Do network IP optinal + Add network vlan option |
||
---|---|---|
.. | ||
__init__.py | ||
vca_fw.py | ||
vca_nat.py | ||
vca_vapp.py | ||
vmware_cluster.py | ||
vmware_datacenter.py | ||
vmware_dns_config.py | ||
vmware_dvs_host.py | ||
vmware_dvs_portgroup.py | ||
vmware_dvswitch.py | ||
vmware_guest.py | ||
vmware_host.py | ||
vmware_local_user_manager.py | ||
vmware_maintenancemode.py | ||
vmware_migrate_vmk.py | ||
vmware_portgroup.py | ||
vmware_target_canonical_facts.py | ||
vmware_vm_facts.py | ||
vmware_vm_shell.py | ||
vmware_vm_vss_dvs_migrate.py | ||
vmware_vmkernel.py | ||
vmware_vmkernel_ip_config.py | ||
vmware_vmotion.py | ||
vmware_vsan_cluster.py | ||
vmware_vswitch.py | ||
vsphere_copy.py | ||
vsphere_guest.py |