- add haproxy server class - add haproxy profile to role - add hiera data for region specific haproxy - add selinux configuration - add certlist management - add default http and https frontends - add default stats listener
7 lines
162 B
Puppet
7 lines
162 B
Puppet
# a role to deploy a haproxy node
|
|
class roles::infra::halb::haproxy {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::haproxy::server
|
|
}
|