commit 92a069409eb7ecc3bcf866ee78abe48efe0a65f5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 3 12:55:07 2016 +0100
Update iptables for koji
group_vars/koji | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/group_vars/koji b/group_vars/koji
index ec7b45f..8c15770 100644
--- a/group_vars/koji
+++ b/group_vars/koji
@@ -6,17 +6,11 @@ num_cpus: 16
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
-tcp_ports: [ 80, 443, 111, 2049,
+tcp_ports: [ 80, 443,
# These 8 ports are used by fedmsg. One for each wsgi thread.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
-udp_ports: [ 111, 2049 ]
-
-custom_rules: [
- # Needed for keepalived
- '-A INPUT -d 224.0.0.0/8 -j ACCEPT',
- '-A INPUT -p vrrp -j ACCEPT',
-]
+udp_ports: []
fas_client_groups: sysadmin-build
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
Show replies by date