Skip to content

Commit

Permalink
enable_floating_ip is for SQL AlwaysOn not SNAT (ansible-collections#560
Browse files Browse the repository at this point in the history
)

update document
  • Loading branch information
craigminihan authored and Fred-sun committed Aug 11, 2021
1 parent 976b2c0 commit e9b970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_loadbalancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
- This element is only used when the protocol is set to TCP.
enable_floating_ip:
description:
- Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule.
- Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group.
inbound_nat_rules:
description:
- Collection of inbound NAT Rules used by a load balancer.
Expand Down

0 comments on commit e9b970e

Please sign in to comment.