Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- # file: provision_vsphere
- - hosts: localhost
- connection: local
- gather_facts: False
- tasks:
- - name: Deploy VM from template
- vsphere_guest:
- vcenter_hostname: 10.x.x.x
- username: user
- password: pass
- guest: dev_Ansible_win2012
- from_template: yes
- template_src: win2012-template_4
- cluster: cluster
- resource_pool: resource_pool
Advertisement
Add Comment
Please, Sign In to add comment