pagure: close all ports but 22 from batcave so we're sure people don't push changes while we do the migration
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
08ef501c96
commit
3e792633ec
1 changed files with 8 additions and 6 deletions
|
@ -8,12 +8,14 @@ num_cpus: 16
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
tcp_ports: [ 22, 25, 80, 443,
|
#tcp_ports: [ 22, 25, 80, 443,
|
||||||
8442, 8443, 8444, 8445,
|
# 8442, 8443, 8444, 8445,
|
||||||
# Used for the eventsource
|
# # Used for the eventsource
|
||||||
8088,
|
# 8088,
|
||||||
# This is for the pagure public fedmsg relay
|
# # This is for the pagure public fedmsg relay
|
||||||
9940]
|
# 9940]
|
||||||
|
#
|
||||||
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 38.145.60.16 --dport 22 -j ACCEPT' ]
|
||||||
|
|
||||||
stunnel_service: "eventsource"
|
stunnel_service: "eventsource"
|
||||||
stunnel_source_port: 8088
|
stunnel_source_port: 8088
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue