1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

PostgresSQL 10.3+ requires Moodle "encrypt" password

This commit is contained in:
A Holt 2018-04-28 15:42:50 -04:00 committed by GitHub
parent 89b893ece0
commit 0e35fcd160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@
postgresql_user:
name: Admin
password: changeme
encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
state: present
become: yes