feat: add role membership

This commit is contained in:
Adrien Waksberg 2022-05-06 14:13:39 +02:00
parent b9ade3b702
commit 186894b7c1
3 changed files with 33 additions and 0 deletions
defaults

View file

@ -5,6 +5,7 @@ postgresql_primary: false
postgresql_databases: []
postgresql_users: []
postgresql_hba: []
postgresql_role_memberships: {}
postgresql_config: {}
postgresql_config_default:
data_directory: '/var/lib/postgresql/{{ postgresql_version }}/main'