Skip to content

Commit aeab013

Browse files
committed
chore: upgrade admin-api to latest release
Additionally, update fail2ban config to avoid needing to reconfigure upon startup.
1 parent 1d30c0f commit aeab013

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ enabled = true
33
port = 5432
44
protocol = tcp
55
filter = postgresql
6-
logpath = /var/log/postgresql/postgresql.csv
6+
logpath = /var/log/postgresql/auth-failures.csv
77
maxretry = 3
8+
ignoreip = 192.168.0.0/16 172.17.1.0/20

ansible/vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ postgres_exporter_release_checksum:
4141
arm64: sha256:d869c16791481dc8475487ad84ae4371a63f9b399898ca1c666eead5cccf7182
4242
amd64: sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
4343

44-
adminapi_release: 0.35.1
44+
adminapi_release: 0.38.0
4545
adminmgr_release: 0.3.1
4646

4747
# Postgres Extensions

0 commit comments

Comments
 (0)