feat: add haproxy role

- add infra::halb section for highly available load balancers
This commit is contained in:
Ben Vincent 2024-01-07 18:34:34 +11:00
parent 86a231b3ee
commit da53e28f0e

View File

@ -0,0 +1,5 @@
# a role to deploy a haproxy node
class roles::infra::halb::haproxy {
include profiles::defaults
include profiles::base
}