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.
 
 
 

48 lignes
1.3 KiB

  1. ---
  2. #lbs:
  3. # - name:
  4. # backend_address_pools:
  5. # - name:
  6. # frontend_ip_configurations:
  7. # - name:
  8. # private_ip_allocation_method: 'Dynamic' #Static, Dynamic
  9. # private_ip_address:
  10. # public_ip_address:
  11. # subnet:
  12. # inbound_nat_pools:
  13. # - name:
  14. # frontend_ip_configuration_name:
  15. # frontend_port_range_start: 80 #1-65535
  16. # frontend_port_range_end: 80 #1-65535
  17. # protocol: 'Àll' #Tcp, Udp, All
  18. # backend_port: 80 #1-65535
  19. # inbound_nat_rules:
  20. # - name:
  21. # protocol: 'Àll' #Tcp, Udp, All
  22. # frontend_ip_configuration:
  23. # frontend_port: 80 #0-65535, 0 to any
  24. # backend_port: 80 #0-65535, 0 to any
  25. # load_balancing_rules:
  26. # - name:
  27. # backend_address_pool:
  28. # backend_port: 80 #0-65535, 0 to any
  29. # frontend_ip_configuration:
  30. # frontend_port: 80 #0-65535, 0 to any
  31. # probe:
  32. # load_distribution: Default #Default, SourceIP, SourceIPProtocol
  33. # protocol: 'Àll' #Tcp, Udp, All
  34. # probes:
  35. # - name:
  36. # port: 80
  37. # interval: 15
  38. # fail_count: 3
  39. # protocol: 'Tcp' #Tcp, Http
  40. # request_path: 'Tcp' #When protocol is Http
  41. # resource_group:
  42. # sku: 'Standard'
  43. # state:
  44. # tags:
  45. # "env": "prod"
  46. # "provisioner": "ansible"
  47. ...