1
0
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:
Chris Callegari
2018-05-17 15:17:04 -04:00
committed by Ryan Cook
parent cad1f58bc5
commit de047a51b4
2 changed files with 0 additions and 12 deletions

View File

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

View File

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