Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. - hosts: localhost
  2. tasks:
  3. - vsphere_guest:
  4. vcenter_hostname: emea-esx-s18t.mydomain.net
  5. username: myuser
  6. password: mypassword
  7. guest: newvm001
  8. state: powered_off
  9. vm_extra_config:
  10. vcpu.hotadd: yes
  11. mem.hotadd: yes
  12. notes: This is a test VM
  13. vm_disk:
  14. disk1:
  15. size_gb: 10
  16. type: thin
  17. datastore: storage001
  18. vm_nic:
  19. nic1:
  20. type: vmxnet3
  21. network: VM Network
  22. network_type: standard
  23. vm_hardware:
  24. memory_mb: 4096
  25. num_cpus: 4
  26. osid: windows7Server64Guest
  27. scsi: paravirtual
  28. esxi:
  29. datacenter: MyDatacenter
  30. hostname: esx-s18t.mydomain.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement