From 5f97b9e837190ad432b1ddc0ac40a7c4e34619fc Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 10 Oct 2019 18:27:32 -0400 Subject: Add support for netdata and alter how the password is pushed down to the server --- defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'defaults/main.yml') diff --git a/defaults/main.yml b/defaults/main.yml index 159b40b..910d691 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,4 +1,4 @@ -# postgres_pgpass: | -# # hostname:port:database:username:password -# *:*:*:postgres:my super secret password +# Do note that this role does not set the password for you. + +# postgres_passwd: my super secret password -- cgit v1.2.3