-
-
Notifications
You must be signed in to change notification settings - Fork 551
Open
Labels
automationAutomation functionality using AnsibleAutomation functionality using AnsibleenhancementImprovement of the current functionalityImprovement of the current functionality
Description
Related PR: #464
Currently, we support the creation of only a Global External classic proxy Network Load Balancer in Google Cloud (GCP).
This means that the load balancer is accessible via external IP addresses. It is necessary to support the creation of load balancers that are available only within the internal network.
Note
This is caused by the current limitations of Ansible google.cloud modules, because the gcp_compute_target_tcp_proxy module uses a backend service created by the gcp_compute_backend_service module that does not support "INTERNAL" load_balancing_scheme option.
Source code: Load Balancer
Metadata
Metadata
Assignees
Labels
automationAutomation functionality using AnsibleAutomation functionality using AnsibleenhancementImprovement of the current functionalityImprovement of the current functionality