postgresql_server: also set this on db-koji02 ad they have to match
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b4f82f8e38
commit
e93d539e29
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ listen_addresses = '*' # what IP address(es) to listen on;
|
|||
# defaults to 'localhost', '*' = all
|
||||
# (change requires restart)
|
||||
port = 5432 # (change requires restart)
|
||||
{% if ansible_hostname.startswith("db-koji01") %}
|
||||
{% if ansible_hostname.startswith("db-koji") %}
|
||||
max_connections = 2000 # (change requires restart)
|
||||
{% else %}
|
||||
max_connections = 750 # (change requires restart)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue