Closed viccross closed 9 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:
haproxy.cfg
The dynamic include directory is added to the ExecStartPre in the systemd service file since significant configuration will be held there now.
ExecStartPre
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:haproxy.cfg
with the details of the new frontends.The dynamic include directory is added to the
ExecStartPre
in the systemd service file since significant configuration will be held there now.