From 6b54417bd5477fbc3148d1d756c173c049a145b4 Mon Sep 17 00:00:00 2001 From: Jinn Koriech Date: Thu, 5 Dec 2013 10:35:35 +0000 Subject: [PATCH] Add documentation for usage of encrypted postgresql passwords. --- library/database/postgresql_user | 1 + 1 file changed, 1 insertion(+) diff --git a/library/database/postgresql_user b/library/database/postgresql_user index 1bda98d18cb..01a37731e76 100644 --- a/library/database/postgresql_user +++ b/library/database/postgresql_user @@ -44,6 +44,7 @@ options: password: description: - set the user's password, before 1.4 this was required. + - "When passing an encrypted password it must be generated with the format C('str(\"md5\") + md5( password + username )'), resulting in a total of 35 characters. An easy way to do this is: C(echo \"md5$(echo -n \"verysecretpasswordJOE\" | md5)\")." required: false default: null db: