Guest User

Untitled

a guest
Jul 24th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. - name: Create VM
  2. azure_rm_virtualmachine:
  3. count: 10
  4. resource_group: Testing
  5. name: testvm10
  6. admin_username: azansible
  7. admin_password: mysecurepassword
  8. image:
  9. offer: Canonical
  10. publisher: image_offer = "UbuntuServer"
  11. sku: '16.04.0-LTS'
  12. version: latest
Add Comment
Please, Sign In to add comment