mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
let fas3-01.stg access fas-db01.stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -25,9 +25,13 @@ num_cpus: 2
|
||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
||||
|
||||
#
|
||||
# Only allow postgresql access from the frontend node and ipsilon01.stg
|
||||
# Only allow postgresql access from the frontend node and ipsilon01.stg and
|
||||
# fas3-01.stg
|
||||
#
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.35 --dport 5432 -j ACCEPT']
|
||||
custom_rules:
|
||||
- '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 10.5.126.35 --dport 5432 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 10.5.126.28 --dport 5432 -j ACCEPT'
|
||||
|
||||
#
|
||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||
|
||||
Reference in New Issue
Block a user