[fix] role:postgresql-for-postgresql:apt update und pg options
This commit is contained in:
parent
9c03561b1a
commit
81bef7dd44
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"name": "packages",
|
"name": "packages",
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.apt": {
|
"ansible.builtin.apt": {
|
||||||
|
"update_cache": true,
|
||||||
"pkg": [
|
"pkg": [
|
||||||
"acl",
|
"acl",
|
||||||
"python3-psycopg2"
|
"python3-psycopg2"
|
||||||
|
@ -17,6 +18,9 @@
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"name": "{{var_postgresql_for_synapse_username}}",
|
"name": "{{var_postgresql_for_synapse_username}}",
|
||||||
"password": "{{var_postgresql_for_synapse_password}}"
|
"password": "{{var_postgresql_for_synapse_password}}"
|
||||||
|
},
|
||||||
|
"environment": {
|
||||||
|
"PGOPTIONS": "-c password_encryption=scram-sha-256"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue