Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
---
postgresql_version: 11
postgresql_databases:
- name: foobar
owner: baz
postgresql_users:
# postgresql >=10 does not accept unencrypted passwords
- name: baz
pass: md51a1dc91c907325c69271ddf0c944bc72
encrypted: yes
- name: zab
pass: md51a1dc91c907325c69271ddf0c944bc72
encrypted: yes
- name: zabaz
postgresql_user_privileges:
- name: baz
db: foobar
postgresql_database_schemas:
- database: foobar
state: present
schema: acme
owner: baz