|
pgdata_dir: /var/lib/pgsql/data
|
|
postgresql_config_dir: /etc/postgresql
|
|
postgresql_allow_remote: true
|
|
postgresql_allow_sameuser_peer: true
|
|
pg_ident: []
|
|
|
|
postgresql_config: {}
|
|
postgresql_computed_config: '{{ postgresql_default_config | combine(postgresql_config) }}'
|