mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
db-koji01: allow db-koji02 access to postgres
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
81e75d2459
commit
47194ff1f8
@@ -31,6 +31,7 @@ kernel_shmmax: 68719476736
|
||||
# Only allow postgresql access from the frontend node.
|
||||
#
|
||||
custom_rules: [
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.125.48 --dport 5432 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.125.59 --dport 5432 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.125.60 --dport 5432 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.125.61 --dport 5432 -j ACCEPT',
|
||||
|
||||
Reference in New Issue
Block a user