We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6180985 commit ca1e8a1Copy full SHA for ca1e8a1
ansible/files/fail2ban_config/jail-postgresql.conf.j2
@@ -6,3 +6,4 @@ filter = postgresql
6
logpath = /var/log/postgresql/auth-failures.csv
7
maxretry = 3
8
ignoreip = 192.168.0.0/16 172.17.1.0/20
9
+backend = auto
ansible/vars.yml
@@ -10,9 +10,9 @@ postgres_major:
10
11
# Full version strings for each major version
12
postgres_release:
13
- postgresorioledb-17: "17.5.1.057-orioledb"
14
- postgres17: "17.6.1.036"
15
- postgres15: "15.14.1.036"
+ postgresorioledb-17: "17.5.1.058-orioledb-pg-1"
+ postgres17: "17.6.1.037-pg-1"
+ postgres15: "15.14.1.037-pg-1"
16
17
# Non Postgres Extensions
18
pgbouncer_release: 1.19.0
0 commit comments