add password for postgres root user
This commit is contained in:
parent
d4994956ab
commit
cd48a86704
@ -371,6 +371,8 @@ php_extention_enable:
|
||||
- iconv
|
||||
- mysqli
|
||||
- pdo_mysql
|
||||
- pgsql
|
||||
- pdo_pgsql
|
||||
- soap
|
||||
- intl
|
||||
- gd #need for nextcloud
|
||||
@ -380,6 +382,10 @@ php_extention_enable:
|
||||
mysql_root_password: "{{ vault_mysql_root }}"
|
||||
mysql_root_password_update: true
|
||||
|
||||
postgresql_users:
|
||||
- name: root
|
||||
role_attr_flags: CREATEDB
|
||||
password: "{{ vault_mysql_root }}"
|
||||
|
||||
# Users.
|
||||
mysql_users:
|
||||
|
Loading…
Reference in New Issue
Block a user