Skip to content

Commit c9a1384

Browse files
pablomhevgeni
authored andcommitted
Move default PostgreSQL max_connections from vars to role defaults
1 parent f2d2d19 commit c9a1384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/roles/postgresql/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ postgresql_restart_policy: always
88
postgresql_data_dir: /var/lib/pgsql/data
99

1010
postgresql_admin_password: "CHANGEME"
11+
12+
postgresql_max_connections: 500

src/vars/database.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@ postgresql_users:
4343
password: "{{ foreman_database_password }}"
4444
- name: "{{ pulp_database_name }}"
4545
password: "{{ pulp_database_password }}"
46-
47-
postgresql_max_connections: 500

0 commit comments

Comments
 (0)