feat: add jumphost role
- add role for ssh proxy/jumphost
This commit is contained in:
parent
09a448ea52
commit
0455965525
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