ooen 1022 temporarily for upgrade

This commit is contained in:
Maria Haider 2025-02-26 07:14:54 +01:00
parent 0b753edce1
commit dcbfbb6e86
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -0,0 +1,6 @@
class net::open_1022 {
sunet::misc::ufw_allow { 'allow_ssh_1022':
from => $mgmt_addresses,
port => '1022',
}
}