and firewalls

This commit is contained in:
Kevin Fenzi 2018-11-21 22:38:56 +00:00
parent 30cce76d08
commit 2c15f65915
3 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ lvm_size: 500000
mem_size: 24576
num_cpus: 10
tcp_ports: [ 80, 443 ]
tcp_ports: [ 80, 443, 8443 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]

View file

@ -8,6 +8,7 @@ num_cpus: 12
# the host_vars/$hostname file
tcp_ports: [ 22, 25, 80, 443, 9418,
8443,
# Used for the eventsource
8088,
# This is for the pagure public fedmsg relay

View file

@ -8,3 +8,5 @@ num_cpus: 2
csi_security_category: High
csi_primary_contact: admin@fedoraproject.org / sysadmin-main-members
csi_purpose: repospanner git syncing host
tcp_ports: [ 8443]