feat: add haproxy2 role

- add basic haproxy2 role
- add peers and resolvers
- add haproxy2+ metrics frontend
This commit is contained in:
2025-06-21 23:05:17 +10:00
parent 62837bb22d
commit cec83a5a0c
9 changed files with 529 additions and 21 deletions
@@ -0,0 +1,10 @@
# a role to deploy an anycast haproxy2 node
class roles::infra::halb::haproxy2 {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}