PR #33 follow-up: Add docs.

This commit is contained in:
Jeff Geerling 2018-05-10 16:02:24 -05:00
parent e27b25644c
commit 035897b0a9

View file

@ -80,6 +80,7 @@ If overriding, make sure you copy all of the existing entries from `defaults/mai
login_user: # defaults to 'postgresql_user' login_user: # defaults to 'postgresql_user'
login_unix_socket: # defaults to 1st of postgresql_unix_socket_directories login_unix_socket: # defaults to 1st of postgresql_unix_socket_directories
port: # defaults to not set port: # defaults to not set
owner: # defaults to postgresql_user
state: # defaults to 'present' state: # defaults to 'present'
A list of databases to ensure exist on the server. Only the `name` is required; all other properties are optional. A list of databases to ensure exist on the server. Only the `name` is required; all other properties are optional.
@ -87,6 +88,7 @@ A list of databases to ensure exist on the server. Only the `name` is required;
postgresql_users: postgresql_users:
- name: jdoe #required; the rest are optional - name: jdoe #required; the rest are optional
password: # defaults to not set password: # defaults to not set
encrypted: # defaults to not set
priv: # defaults to not set priv: # defaults to not set
role_attr_flags: # defaults to not set role_attr_flags: # defaults to not set
db: # defaults to not set db: # defaults to not set