first config file, wip

matrix
histausse 3 years ago
parent 2f296430b3
commit d7dc1cd6b6
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -1,2 +1,9 @@
---
matrix_server_name: pp.intra
synapse_postgre_user_pwd: "{{ ²vault_synapse_postgre_user_pwd }}"
matrix_max_upload_size: 50M
matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}"
matrix_macaroon_secret: "{{ vault_matrix_macaroon_secret }}"
matrix_form_secret: "{{ vault_matrix_form_secret }}"
# Not configured for now
matrix_stats_endpoint: https://127.0.0.1/report-usage-stats/push

@ -1,21 +1,44 @@
$ANSIBLE_VAULT;1.1;AES256
64373461313566643538663463386532303131323131373136353632363237656239373334636234
3136333432376236626131336538616236386530376330380a323835363139333632623161313731
31383163363835626662316332356566643936663338626136376564326139336433313139343239
6136633637613739630a666130383230613461623237363965623038633630623033653734623630
31663864323464326333373364663465393134346635613565636234623834633730326530663135
32313439333732323764373765633663643938306136666231326130346266373161356361333930
36613264383665346630636161343239306436626430626561396266306130353862333131633664
38366236343136663931666333346237363565366563353539396338343565306431353565616135
37336466626261633764623638633536383966663433633764356436353838343961346238613065
64663964373239616330356265343338356434303831396461633061393739326230396139643761
65393462323131346164396136366438323639393230326362303430656335343164306339616439
32356537366433663830643639666333383964373837313763343736626534306365613231633936
63313962633134366131643263306337343433633130626537313434356466613136326639616531
35633466623131613030643036643430613634346564313431363464326235643366313031306538
63666139366234393831313232636239666136323536626565366366353737626537613463326234
64613036616261646165373963306161326339393339353733666533353331316132306437653863
64386566616665386634343234323235386465396537616435333364356632626636353339353037
39386432323062393435313963613165633365666639353864303666303337613538653534316133
66383038633931333034336532333333356234313564393061636332666566383262383461346266
35303261626433663137
37373265323830336539343466626635393530636533643539653062313231633463313066313264
6138653863353230353462316565613863316539646235630a393161393833616131623961383837
65336634343837663637383435323531393163633561386665643435356639383133353039663434
6631633130333531310a663237356464376361663061643432333239323563616136633233343737
65656633613663373430643533383733656230376430633631346361383162633661386535343566
33626334323036326234306135336339393435353963396631356638393837623239346665343062
36376631653534366638636235623433663661386134366338613736643663663335313536613631
36383862383637363735363635613861626533373638306538663062343636613465653231653037
31363239653634303565626661346435363830366135303462316461343331653239323139323533
61373961646439393933363236316430353038616630383864633863336435363163306332646435
66383432393336666166323330303636356339656332323330646330316561373561363234646233
63656534643238653962353033393365613165356464633162343430666330396665316330343061
61383936333166313432323433386664663166323463343634363162626534316432393563363837
62653630356266636437626266623138383664316233333431626565363531633661376136653238
61313564376161656163623264646665623736366238626437656432376634396639613161316133
63363064643534616536316234376563353934343865636161373835353738396164303635313263
37356434656566653035306435666364373336313263313262336531323839346232316137333666
61663132363762363838333862646530366636383163353762613238313135343936313330353537
33623865386333646662316365306233643538623132346630616235393766623338323664333965
30396363316634393636356363323333666233343661653534646366393638333830333838626339
37333037346263353264356232333632616431663930633432396264336565373839373630336438
32636166326663313337316433313835643833396636336362613462653863646339333439316238
32653066363864393464343938316430343930303238396366643039613537373935646333343334
35626631613466643863313362326166393164313263333261326661353234346361626163663564
35623939343936653163636563353138376463363635643830326262323062633062303832666364
64656466366532346139373463616433393665363266393934653232326164626131333566383331
34316265376633323164366538386562393630666465376531383137353038386436363333623565
32333136643733333730663832393264633636323264306131346334333631373865643365613066
37623935653432356164336238363562646134393365363765386465366530343137386434343130
66346263623266623333663661353963623365303532386437366537616636336165373366376432
37373232616163363930646136383565316339653863386162303132323937373933346136313532
63646663616332663932303461343563653461396138303336386539326533383634373362326137
31366263656361313232616134616134666236393464666564326566313130643132333065393564
35356663363164333233656363373739643165336666623966313537393563633239353433353038
63636632356464356261383631356432383633336661323835396236323063613335363231646636
36653532646335643765303232373464336363323038373464363663623664643966306566333138
63373961343138616465323939323536343566613837366434376632356464396362333638303532
30643838613366313434313166356565353665323766356365353435333131636465393437656134
61383931326562363265363466333564636562393961316562623866623138313438633839626230
61366132636463623262356239346335616538313830653962643334343236303263313163666633
30623465656563636533336635366135653534663436656664343231373037363939663139303033
65633561633666356464306232613736303934373436663462396134323537666666383538633865
623261313237666336313932386530333062

@ -6,7 +6,7 @@
vars:
postgres_users:
- name: synapse_user
password: some password for now
password: "{{ synapse_postgre_user_pwd }}"
databases:
- name: synapse
owner: synapse_user

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save