mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fcos-pipeline-migration: Permit oc client to connect to ocp4 cluster
from batcave01 Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
@@ -64,6 +64,7 @@ custom_rules: [
|
||||
'-A INPUT -p tcp -m tcp --dport 44342 -s 209.132.183.252 -j ACCEPT',
|
||||
|
||||
# Allow ocp control plane hosts
|
||||
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.35 -j ACCEPT', # batcave01
|
||||
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.120 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.121 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.122 -j ACCEPT',
|
||||
|
||||
Reference in New Issue
Block a user