Skip to content

Commit ca1e8a1

Browse files
committed
fix: explicitly set pg fail2ban jail backend to auto
1 parent 6180985 commit ca1e8a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ansible/files/fail2ban_config/jail-postgresql.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ filter = postgresql
66
logpath = /var/log/postgresql/auth-failures.csv
77
maxretry = 3
88
ignoreip = 192.168.0.0/16 172.17.1.0/20
9+
backend = auto

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.5.1.057-orioledb"
14-
postgres17: "17.6.1.036"
15-
postgres15: "15.14.1.036"
13+
postgresorioledb-17: "17.5.1.058-orioledb-pg-1"
14+
postgres17: "17.6.1.037-pg-1"
15+
postgres15: "15.14.1.037-pg-1"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

0 commit comments

Comments
 (0)