From a56245d6c3930d27510198138e845f31090760bf Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 30 Aug 2017 21:00:55 +0000 Subject: [PATCH] setting baseiptables=false for uf.uic.o so docker containers work --- inventory/host_vars/upstreamfirst.fedorainfracloud.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/upstreamfirst.fedorainfracloud.org b/inventory/host_vars/upstreamfirst.fedorainfracloud.org index 2dd2b3e282..99f6752b66 100644 --- a/inventory/host_vars/upstreamfirst.fedorainfracloud.org +++ b/inventory/host_vars/upstreamfirst.fedorainfracloud.org @@ -37,6 +37,8 @@ tcp_ports: [ 22, 25, 80, 443, 9418, # This is for the pagure public fedmsg relay 9940] +baseiptables: false + external_hostname: 'upstreamfirst.fedorainfracloud.org' ############################################################