From cf6faa43b487d1917cc63eb7c4fcb6824b791968 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 1 Oct 2020 11:06:25 +0200 Subject: [PATCH] Revert "pagure: close all ports but 22 from batcave so we're sure people don't push changes while we do the migration" This reverts commit 3e792633ec4adbec086e9efad7fbcf3091ed4a56. --- inventory/group_vars/pagure | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index ebe732f3b7..5f6c22b299 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -8,14 +8,12 @@ num_cpus: 16 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -#tcp_ports: [ 22, 25, 80, 443, -# 8442, 8443, 8444, 8445, -# # Used for the eventsource -# 8088, -# # This is for the pagure public fedmsg relay -# 9940] -# -custom_rules: [ '-A INPUT -p tcp -m tcp -s 38.145.60.16 --dport 22 -j ACCEPT' ] +tcp_ports: [ 22, 25, 80, 443, + 8442, 8443, 8444, 8445, + # Used for the eventsource + 8088, + # This is for the pagure public fedmsg relay + 9940] stunnel_service: "eventsource" stunnel_source_port: 8088