12 lines
225 B
Text
12 lines
225 B
Text
|
# {{ ansible_managed }}
|
||
|
database:
|
||
|
name: "psycopg2"
|
||
|
args:
|
||
|
user: "synapse"
|
||
|
password: "{{ postgresql_synapse_passwd }}"
|
||
|
database: "synapse"
|
||
|
host: "{{ postgresql_services_url }}"
|
||
|
cp_min: 5
|
||
|
cp_max: 10
|
||
|
|