Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Mar 11, 2024
1 parent 0101baa commit b53f1e9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions roles/azure_load_balancer_with_public_ip/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,27 +97,27 @@ argument_specs:
description:
- The port used for internal connections on the endpoint.
- Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port".
enable_floating_ip:
description:
- Configures a virtual machine's endpoint mapping to the Frontend IP address of the Load Balancer instead of backend instance's IP.
frontend_port:
description:
- The port for the external endpoint.
- Frontend port numbers must be unique across all rules within the load balancer.
- Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port".
idle_timeout:
description:
- The timeout for the TCP idle connection.
- The value can be set between 4 and 30 minutes.
- This element is only used when the protocol is set to TCP.
default: '4'
load_distribution:
description: Session persistence policy for this rule.
default: 'no persistence'
choices: ['SourceIP', 'SourceIPProtocol', 'no persistence']
protocol:
description: IP protocol for the rule.
choices: ['Tcp', 'Udp', 'All']
enable_floating_ip:
description:
- Configures a virtual machine's endpoint mapping to the Frontend IP address of the Load Balancer instead of backend instance's IP.
frontend_port:
description:
- The port for the external endpoint.
- Frontend port numbers must be unique across all rules within the load balancer.
- Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port".
idle_timeout:
description:
- The timeout for the TCP idle connection.
- The value can be set between 4 and 30 minutes.
- This element is only used when the protocol is set to TCP.
default: '4'
load_distribution:
description: Session persistence policy for this rule.
default: 'no persistence'
choices: ['SourceIP', 'SourceIPProtocol', 'no persistence']
protocol:
description: IP protocol for the rule.
choices: ['Tcp', 'Udp', 'All']
sku:
description:
- Load balancer SKU.
Expand Down

0 comments on commit b53f1e9

Please sign in to comment.