Create PostgreSQL users
This commit is contained in:
parent
f34e5dc7bc
commit
2a874d3fda
1 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,17 @@ common__certbot__cert_domains:
|
|||
common__certbot__post_hook: null
|
||||
common__certbot__pre_hook: null
|
||||
|
||||
postgresql_users:
|
||||
- name: matrix_synapse
|
||||
password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35643162356165376337313538396466333534613666323865636363656264373539646135303136
|
||||
3263643435383866643161333931383430313133633331370a636639303366616132616164306537
|
||||
31333162356131633635303931353931633763386238636461343437363861343565616430666137
|
||||
3738616138303739350a646331323639306464656332383233333664653561313934666366623939
|
||||
65373839653630353830326336376534313136313735343532373232653536653363366132333363
|
||||
6639346134356664313434373664653734366361633935633230
|
||||
|
||||
postgresql_global_config_options:
|
||||
- option: listen_addresses
|
||||
value: '*'
|
||||
|
|
Reference in a new issue