From 35c87a5c30c0fdc0391850e1f7865735a1e25980 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 21 Nov 2017 15:14:40 +0100 Subject: [PATCH] simple-koji-ci doesn't need 80/443 Signed-off-by: Pierre-Yves Chibon --- inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org b/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org index 69c0a18d0b..90f33548f1 100644 --- a/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org +++ b/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora26_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent,all-icmp-persistent +security_group: ssh-anywhere-persistent,all-icmp-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443]