ooen 1022 temporarily for upgrade
This commit is contained in:
parent
0b753edce1
commit
dcbfbb6e86
2 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,7 @@ tug-lb-1.sunet.se:
|
|||
sunet::lb::load_balancer:
|
||||
interface: 'enp67s0f0np0'
|
||||
sunet::fleetlock_client:
|
||||
net::open_1022
|
||||
|
||||
sthb-lb-1.sunet.se:
|
||||
sunet::dockerhost2:
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
class net::open_1022 {
|
||||
sunet::misc::ufw_allow { 'allow_ssh_1022':
|
||||
from => $mgmt_addresses,
|
||||
port => '1022',
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue