mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 19:50:22 +08:00
Open the port 8080 on mdapi prod as well
This commit is contained in:
@@ -4,7 +4,7 @@ mem_size: 2048
|
||||
num_cpus: 4
|
||||
freezes: false
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
tcp_ports: [ 80, 8080 ]
|
||||
|
||||
# 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' ]
|
||||
|
||||
Reference in New Issue
Block a user