Merge "Rocky only - allow SSH from any source" into stable/rocky

This commit is contained in:
Zuul 2019-06-25 23:46:57 +00:00 committed by Gerrit Code Review
commit 6ab39103a2
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ outputs:
tripleo::firewall::manage_firewall: {get_param: ManageFirewall}
tripleo::firewall::purge_firewall_rules: {get_param: PurgeFirewallRules}
tripleo::tripleo_firewall::firewall_rules:
'003 accept ssh from controlplane':
source: "%{hiera('ctlplane_subnet')}"
'003 accept ssh from any':
proto: 'tcp'
dport: 22