and firewalls
This commit is contained in:
parent
30cce76d08
commit
2c15f65915
3 changed files with 4 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue