We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30c0f commit aeab013Copy full SHA for aeab013
ansible/files/fail2ban_config/jail-postgresql.conf.j2
@@ -3,5 +3,6 @@ enabled = true
3
port = 5432
4
protocol = tcp
5
filter = postgresql
6
-logpath = /var/log/postgresql/postgresql.csv
+logpath = /var/log/postgresql/auth-failures.csv
7
maxretry = 3
8
+ignoreip = 192.168.0.0/16 172.17.1.0/20
ansible/vars.yml
@@ -41,7 +41,7 @@ postgres_exporter_release_checksum:
41
arm64: sha256:d869c16791481dc8475487ad84ae4371a63f9b399898ca1c666eead5cccf7182
42
amd64: sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
43
44
-adminapi_release: 0.35.1
+adminapi_release: 0.38.0
45
adminmgr_release: 0.3.1
46
47
# Postgres Extensions
0 commit comments