You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
580 B

  1. [Global]
  2. datacenter = {{ vsphere_datacenter }}
  3. datastore = {{ vsphere_datastore }}
  4. insecure-flag = {{ vsphere_insecure }}
  5. password = {{ vsphere_password }}
  6. port = {{ vsphere_vcenter_port }}
  7. server = {{ vsphere_vcenter_ip }}
  8. user = {{ vsphere_user }}
  9. working-dir = {{ vsphere_working_dir }}
  10. {% if vsphere_vm_uuid is defined %}
  11. vm-uuid = {{ vsphere_vm_uuid }}
  12. {% endif %}
  13. [Disk]
  14. scsicontrollertype = {{ vsphere_scsi_controller_type }}
  15. {% if vsphere_public_network is defined and vsphere_public_network != "" %}
  16. [Network]
  17. public-network = {{ vsphere_public_network }}
  18. {% endif %}