Skip to content

Commit

Permalink
Temp allow cloud ssh without bastion
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 23, 2025
1 parent a44a370 commit b6bc422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/role/manifests/cloud.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
srange => "(${firewall_rules_str})",
}

ferm::service { 'cloud-ssh':
proto => 'tcp',
port => '22',
}

system::role { 'cloud':
description => 'Proxmox host',
}
Expand Down

0 comments on commit b6bc422

Please sign in to comment.