feat: sydney haproxy cluster

- add au-syd1 halb cluster
- add http-response to frontends
- manage haproxy after enc_role is correct
This commit is contained in:
2024-04-28 19:27:32 +10:00
parent a141de8b74
commit 220ac182f4
9 changed files with 160 additions and 28 deletions
@@ -8,7 +8,7 @@ define profiles::haproxy::balancemember (
$location_environment = "${facts['country']}-${facts['region']}-${facts['environment']}"
$balancemember_tag = "${service}_${location_environment}"
@@haproxy::balancermember { $balancemember_tag:
@@haproxy::balancermember { $title:
listening_service => $service,
ports => $ports,
server_names => $facts['networking']['hostname'],