Use Ansible playbook to Configure Reverse Proxy

Today, We will configure reverse proxy server with ansible. In other words it is a system having load balancers and servers. We have mainly 3 parts in this architecture 1. Controller Node 2. Load Balancers 3. Servers We will update our inventory file. Here, Loadbalancer groups has all ips of load balancers and servers group has all servers ips. Lets have a look at our playbook. After running this playbook. Our Servers are started Our Load Balancers config file. ...