Guest User

Untitled

a guest
Mar 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ---
  2. - name: "Create VM {{vm_type}} - {{name}}"
  3. azure_rm_virtualmachine:
  4. resource_group: "{{rg_name}}"
  5. name: "{{name}}"
  6. vm_size: "{{size}}"
  7. admin_username: "{{user}}"
  8. admin_password: "{{pass}}"
  9. os_type: "{{os_type}}"
  10. network_interfaces: "{{nic_name}}"
  11. image: "{{image}}"
  12. tags: "{{tags}}"
Add Comment
Please, Sign In to add comment