Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
594ecc00
Commit
594ecc00
authored
Oct 26, 2013
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent
61d94723
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
library/database/postgresql_user
+5
-0
No files found.
library/database/postgresql_user
View file @
594ecc00
...
@@ -95,11 +95,13 @@ options:
...
@@ -95,11 +95,13 @@ options:
- denotes if the password is already encrypted. boolean.
- denotes if the password is already encrypted. boolean.
required: false
required: false
default: false
default: false
version_added: '1.4'
expires:
expires:
description:
description:
- sets the user's password expiration.
- sets the user's password expiration.
required: false
required: false
default: null
default: null
version_added: '1.4'
notes:
notes:
- The default authentication assumes that you are either logging in as or
- The default authentication assumes that you are either logging in as or
sudo'ing to the postgres account on the host.
sudo'ing to the postgres account on the host.
...
@@ -131,6 +133,9 @@ EXAMPLES = '''
...
@@ -131,6 +133,9 @@ EXAMPLES = '''
# Example privileges string format
# Example privileges string format
INSERT,UPDATE/table:SELECT/anothertable:ALL
INSERT,UPDATE/table:SELECT/anothertable:ALL
# Remove an existing user's password
- postgresql_user: db=test user=test password=NULL
'''
'''
import
re
import
re
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment