viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

HAProxy support for multi clusters #201

Closed viccross closed 6 months ago

viccross commented 6 months ago

Fixes #102

Breaks the previous monolithic haproxy.cfg into sections. Some of the configuration will now be generated on-the-fly by an Ansible playbook that:

The dynamic include directory is added to the ExecStartPre in the systemd service file since significant configuration will be held there now.