mirror of
https://gitea.0xace.cc/ansible-playbooks/postgresql.git
synced 2025-02-23 12:54:46 +00:00
16 lines
450 B
YAML
16 lines
450 B
YAML
|
postgresql_wal_g_install: false
|
||
|
wal_g_config: >-
|
||
|
{{
|
||
|
{
|
||
|
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_ID",
|
||
|
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY",
|
||
|
"AWS_ENDPOINT": "https://s3.amazon.com",
|
||
|
"WALG_S3_PREFIX": "s3://wal-g/pgsql-1",
|
||
|
"WALG_LIBSODIUM_KEY": "29b43e2f46adcaf9f0d635d9fe4934e3227b3cbd13e2b19c7b28c16a581cc15c",
|
||
|
"AWS_S3_FORCE_PATH_STYLE": "true"
|
||
|
}
|
||
|
}}
|
||
|
|
||
|
postgresql_custom_parameters:
|
||
|
max_connections: '2000'
|