Ansible repository with playbooks to manage azure objects
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

44 lignes
860 B

  1. ---
  2. #vms:
  3. # - name:
  4. # accept_terms:
  5. # admin_username:
  6. # admin_password:
  7. # availability_set:
  8. # allocated:
  9. # data_disks: []
  10. # image:
  11. # publisher:
  12. # offer:
  13. # sku:
  14. # version:
  15. # name:
  16. # resource_group:
  17. # windows_license_type:
  18. # location:
  19. # resource_group:
  20. # network_interfaces: []
  21. # os_disk_name:
  22. # managed_disk_type: "StandardSSD_LRS"
  23. # os_disk_size_gb: 10000
  24. # os_type:
  25. # plan:
  26. # ip_allocation: "Disabled"
  27. # remove_on_absent: "all_autocreated"
  28. # restarted: false
  29. # ssh_password_enabled: false
  30. # ssh_public_keys:
  31. # - path: 'authorized keys file'
  32. # key_data: 'public key'
  33. # started:
  34. # storage_account_name:
  35. # subnet_name:
  36. # virtual_network:
  37. # vm_size:
  38. # zones:
  39. # state:
  40. # tags:
  41. # "env": "prod"
  42. # "provisioner": "ansible"
  43. ...