feat: add jumphost role #171
10
site/roles/manifests/infra/proxy/jumphost.pp
Normal file
10
site/roles/manifests/infra/proxy/jumphost.pp
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user