1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #760 from holta/moodle-encrypt-password

Ubuntu 18.04's PostgreSQL 10.3 requires Moodle encrypt (hash) its password
This commit is contained in:
A Holt 2018-04-28 15:51:53 -04:00 committed by GitHub
commit 54c9a0e837
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, see https://github.com/iiab/iiab/issues/759
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
state: present
become: yes