Ansible repository with playbooks to manage azure objects
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

84 satır
2.1 KiB

  1. ---
  2. #agws:
  3. # - name:
  4. # authentication_certificates:
  5. # - name:
  6. # data: #Certificate public data - base64 encoded pfx.
  7. # cert_validation_mode: validate #ignore
  8. # backend_address_pools:
  9. # - name:
  10. # backend_addresses:
  11. # - ip1
  12. # - ip2
  13. # - ...
  14. # - fqdn
  15. # backend_http_settings_collection
  16. # - name:
  17. # cookie_based_affinity:
  18. # affinity_cookie_name:
  19. # host_name:
  20. # path:
  21. # pick_host_name_from_backend_address: false
  22. # port:
  23. # probe:
  24. # protocol:
  25. # request_timeout: 300 #seconds
  26. # frontend_ip_configurations:
  27. # - name:
  28. # private_ip_allocation_method: 'Dynamic' #Static, Dynamic
  29. # private_ip_address:
  30. # public_ip_address:
  31. # subnet:
  32. # frontend_ports:
  33. # - name:
  34. # port:
  35. # gateway_ip_configurations:
  36. # - name:
  37. # subnet:
  38. # http_listeners:
  39. # - name:
  40. # frontend_ip_configuration:
  41. # frontend_port:
  42. # host_name:
  43. # protocol:
  44. # require_sni:
  45. # ssl_certificate:
  46. # probes:
  47. # - name:
  48. # interval: 10 #1 to 86400 seconds
  49. # host:
  50. # path:
  51. # protocol: 'http' #http, https
  52. # unhealthy_threshold: 5 #1 to 20 seconds
  53. # redirect_configurations:
  54. # - name:
  55. # include_path:
  56. # include_query_string:
  57. # redirect_type: permanent #found, see_other, temporary
  58. # target_listener:
  59. # request_routing_rules:
  60. # - name:
  61. # backend_address_pool:
  62. # backend_http_settings:
  63. # http_listener:
  64. # redirect_configuration:
  65. # rule_type: basic #path_based_routing
  66. # location:
  67. # sku:
  68. # name:
  69. # capacity:
  70. # tier:
  71. # ssl_certificates:
  72. # ssl_policy:
  73. # cipher_suites: []
  74. # disabled_ssl_protocols: [] #[tls_v1_0, tls_v1_1, tls_v1_2]
  75. # min_protocol_version: tls_v1_0 #tls_v1_1, tls_v1_2
  76. # policy_name: #predefined policy: ssl_policy20150501, ssl_policy20170401, ssl_policy20170401_s
  77. # policy_type: #predefined, custom
  78. # resource_group:
  79. # state:
  80. # tags:
  81. # "env": "prod"
  82. # "provisioner": "ansible"
  83. ...