feat: add jumphost role #171

Merged
unkinben merged 1 commits from neoloc/jumphost into develop 2024-10-27 13:18:51 +11:00

View File

@ -0,0 +1,10 @@
# a role to deploy an ssh proxy/jumphost
class roles::infra::proxy::jumphost {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}