File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Role Variables
32
32
- ` postgresql_user_name ` : System username to be used for PostgreSQL (default: ` postgres ` ).
33
33
34
34
- ` postgresql_version ` : PostgreSQL version to install. On Debian-based platforms, the default is whatever version is
35
- pointed to by the ` postgresql ` metapackage). On RedHat-based platforms, the default is ` 9.4 ` .
35
+ pointed to by the ` postgresql ` metapackage). On RedHat-based platforms, the default is ` 10 ` .
36
36
37
37
- ` postgresql_flavor ` : On Debian-based platforms, this specifies whether you want to use PostgreSQL packages from pgdg
38
38
or the distribution's apt repositories. Possible values: ` apt ` , ` pgdg ` (default: ` apt ` ).
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- postgresql_default_version : 9.4
3
+ postgresql_default_version : 10
4
4
postgresql_backup_local_dir : ~postgres/backup
5
5
postgresql_backup_active_dir : " {{ postgresql_backup_local_dir }}/active"
6
6
postgresql_backup_mail_recipient : postgres
You can’t perform that action at this time.
0 commit comments