Merge "Better diag for Gerrit server connection limit"

This commit is contained in:
Zuul 2023-02-10 19:48:02 +00:00 committed by Gerrit Code Review
commit d8765e004d
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
exim_extra_aliases:
gerrit2: root
iptables_rules:
- -p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j LOG
- -p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j REJECT
iptables_extra_public_tcp_ports:
- 80

View File

@ -333,3 +333,9 @@
- name: Setup db backups
include_tasks: backup.yaml
# This is handy to have for inspecting the firewall's connection tracking.
- name: Install conntrack
package:
name: conntrack
state: present