mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
Fix to unnecessary SG rules and ELB listeners (#1019)
This commit is contained in:
committed by
Ryan Cook
parent
cad1f58bc5
commit
de047a51b4
@@ -86,14 +86,6 @@
|
||||
load_balancer_port: 443
|
||||
instance_protocol: tcp
|
||||
instance_port: 443
|
||||
- protocol: tcp
|
||||
load_balancer_port: 5000
|
||||
instance_protocol: tcp
|
||||
instance_port: 5000
|
||||
- protocol: tcp
|
||||
load_balancer_port: 9090
|
||||
instance_protocol: tcp
|
||||
instance_port: 9090
|
||||
name: "{{ clusterid }}-infra-external"
|
||||
region: "{{ aws_region }}"
|
||||
scheme: internet-facing
|
||||
|
||||
@@ -52,10 +52,6 @@
|
||||
region: "{{ aws_region }}"
|
||||
vpc_id: "{{ vpc.vpc.id }}"
|
||||
rules:
|
||||
- proto: tcp
|
||||
from_port: 80
|
||||
to_port: 80
|
||||
group_name: "master"
|
||||
- proto: tcp
|
||||
from_port: 443
|
||||
to_port: 443
|
||||
|
||||
Reference in New Issue
Block a user