commit b908bd7fa5854156374608041bc7379c98daa36b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Nov 24 10:37:58 2020 +0100
Add sigul configuration on koji
inventory/group_vars/koji | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/inventory/group_vars/koji b/inventory/group_vars/koji
index 6b6a4b8..a2782f5 100644
--- a/inventory/group_vars/koji
+++ b/inventory/group_vars/koji
@@ -6,7 +6,9 @@ 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]
+tcp_ports: [ 80, 443, 44334]
+
+custom_rules: [ '-A INPUT -p tcp -m tcp --dport=44333 -i eth1 -j ACCEPT' ]
udp_ports: []