Commit 594ecc00 by Brian Coca

updated docs

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent 61d94723
......@@ -95,11 +95,13 @@ options:
- denotes if the password is already encrypted. boolean.
required: false
default: false
version_added: '1.4'
expires:
description:
- sets the user's password expiration.
required: false
default: null
version_added: '1.4'
notes:
- The default authentication assumes that you are either logging in as or
sudo'ing to the postgres account on the host.
......@@ -131,6 +133,9 @@ EXAMPLES = '''
# Example privileges string format
INSERT,UPDATE/table:SELECT/anothertable:ALL
# Remove an existing user's password
- postgresql_user: db=test user=test password=NULL
'''
import re
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment