DEV Community

Cover image for Configuring HA-proxy LoadBalancer on RedHat & AWS using Ansible Roles & Dynamic Node Addition into Ha-proxy config file
Rajit Paul
Rajit Paul

Posted on • Edited on

1 1

Configuring HA-proxy LoadBalancer on RedHat & AWS using Ansible Roles & Dynamic Node Addition into Ha-proxy config file

Alt Text
ImageCredits: wikipedia.org

About Haproxy

Haproxy is a fast, free and reliable open-source software that provides a high availability load balancer for TCP and HTTP-based applications distributed over multiple servers.
Haproxy - https://www.haproxy.org/


Alt Text
Image credits: serverlab.ca

What is Ansible?

https://dev.to/rajitpaul/automated-configuration-management-using-redhat-ansible-4mk0
Alt Text
imagecredits volumes.blog

What are Ansible Roles?

Roles help us automatically load variables, handlers, templates and also helps to maintain a proper file structure which makes it simple for understanding and using the role.
Alt Text
image credits - edureka

Haproxy on RedHat

Alt Text
imagecredits redhat.com
Haproxy Role for RedHat - https://github.com/RajitPaul11/Ansible-Roles/tree/master/haproxylb_role

Haproxy on AWS

Alt Text
imagecredits wikipedia.org
Haproxy Role for AWS - https://github.com/RajitPaul11/Ansible-Roles/tree/master/haproxyaws_role

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay