I am working on a google cloud setup. I am looking to setup a load balancer in front of my instances. While going through the ansible and google cloud documentation, I realized that ansible only supports L4 Load Balancer for TCP or UDP. There is no option to setup L7 HTTP(S) Load Balancer.
The HTTP(S) LB allows me to have SSL termination and also have the routing based on URL. Is this going to be supported in ansible anytime soon?