Guest User

Untitled

a guest
Nov 10th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. -- hosts: 10.243.212.60
  2. >>>>>>> 3538a0472b25ef487e6207abd1441f78636f0586
  3. connection: local
  4. gather_facts: True
  5.  
  6. tasks:
  7. - vsphere_guest:
  8. vcenter_hostname: 10.243.212.60
  9. username: root
  10. password: password
  11. validate_certs: no
  12. guest: testansible
  13. state: powered_on
  14. vm_disk:
  15. disk1:
  16. size_gb: 20
  17. type: thin
  18. datastore: datastore1
  19. vm_nic:
  20. nic1:
  21. type: vmxnet3
  22. network: vm
  23. network_type: standard
  24. vm_hardware:
  25. memory_mb: 1024
  26. num_cpus: 1
  27. osid: ubuntu64Guest
  28. scsi: paravirtual
  29. esxi:
  30. hostname: 10.243.212.60
Add Comment
Please, Sign In to add comment