1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-08 14:56:08 +02:00

change(aurweb): use v6.0.10 error reporting config

[foutrelis: add vault variables described in !532]

Signed-off-by: Kevin Morris <kevr@0cost.org>
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
This commit is contained in:
Kevin Morris 2022-02-09 23:49:12 -08:00 committed by Evangelos Foutras
parent 96b3a78876
commit 80a495b0e2
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
3 changed files with 35 additions and 28 deletions

View File

@ -1,14 +1,15 @@
$ANSIBLE_VAULT;1.1;AES256
38373334353261373639366164343736343838333930326664386665376531346434373436656464
6266633062343062633637643635333235646461313430330a353635313234613035396266303038
37383336366265383437363265666135663937343234333734656231643935396432326332346665
6536343363326463660a343162376130623364363434326636383762663364653666313865633831
34323032313562326439363739616535363065356239326336326237663366653936326563613865
64373163653132386539303161356231353234316239623836636636666338663638353161316230
61356137663864373064663439356438393536366131323562626637373461366134363331373664
35613538366164323630353262323332393033363831303761306365663561376631303061393264
64356335393736646361626438656539633132373233303461393838356430323935343632356363
62356532626430303964643632613039336564626332643438373939646236396331613136323635
39643665643533306230333430626631356365326435646139396666653164353463633134366665
36373761396135323133346538316632333232316331663632346134653138363736373634636536
6233
39643865366335366463376639653232373335346561356235666233656366366636663333363663
3662303933386563623439646566356262373235376363640a663766333038396566383434656631
36373939653232316463346238616531393339363232343766656339333838323339363335646135
3535363737386137300a653162616638306538376532613636646361376562373631376639343636
63313561333138343734646233356466643230623761376438376639393238616665663164613562
66336136666231643465656362363035386566373639383731666639356337333964393732663332
63313836656433626166383331623533303664316464646431663830393361323361353935306130
63646161333039316430613364363130323534303834666535303535336433346234383162643662
35636561623837643336663563373731356462646230613561366464663062343862306533643136
62666637626236636532646133633336666664623762396431613163353436303536373464613964
62326531343231323439616561353436623839353863636232383661333832646164636166376331
66643730663932613263613663316233636133633239633962306561346363313864323666663164
33323934323737396631333061613563313034616664623935643236303636323835383732646131
3962636238343364383030333032643734396366643335653065

View File

@ -1,14 +1,18 @@
$ANSIBLE_VAULT;1.1;AES256
33633635313563306332363963333565623762366239633461613334383232363735363031333163
3132313638313433353063303130653863343132646366650a326631643836373364376332613765
37303363326232383433376162616531316434646264666435633638653535386138616138626463
6565323133343136640a643134653330626430373536303665316663363563613263343931393735
35626233376138356132633265313464656437643035633131643931313262393863333662353234
63663865373935353965343439663239343063313235653533306265396236343566393232633738
66623165303265663538303632616633646136306231383763643532666336623832326566646134
31636363356337353338646233653030353763363363313932373836356264396361636533376132
31613539306361383864666135363063393330643237393366636434353561393033353130323062
38383939353334643161616135313466653637376634316361663330666234383338353933346232
38623562613735613631623033323963386139613836343535386133643961313162373863363236
32663836356539643936366335663334353836373237323963613964326165656431323739326237
3763
63356364646331376435623936316466373539633366336234366438353665663563346338376138
6536393563303563343631383937613864643735623036380a333130656139366338633964663638
30366238353239343865353733646637386430663137366636623761663036323136343739326665
3438653631353465640a623933306433666337393863633036623865333335666635363962643739
63363634323761393365386337323163333833633264613665313161336132636137303861613062
39636137343333386136643232353864326539343938636561343466646163343430393934656132
63636262363738366539396131356564643733363462666430336363653133333061313533623037
39663064386265303234336337376139643665353630383166366263613030393539303538326236
65653635343731663765396339663733356533643333313437326266626533633635336335643135
66343732636337653362373061616135396539333834303365633466326363313864636165666635
30663938623862623532656439356238666463313938366331333132653765626130656333626665
66326436313031336535326134396636633730653237356630393038656538386166396534363237
31333531373130623734373932643431313836336433366632633637616332313461346331633439
65666561616661386130333037316262393631323438616165383665343737643639313264353363
32316336613165333963326531616663643935336665633163383162383731326533653937653638
37303863616265636564353465376634626234376533353664373839363439393563373861353266
35643337326261373531653931303138353861326164383231633266623938323065

View File

@ -53,8 +53,10 @@ userfile = {{ aurweb_dir }}/web/html/users.gz
[notifications]
notify-cmd = aurweb-notify
{# An email used for server error notifications. #}
postmaster = {{ vault_aurweb_postmaster }}
{# Gitlab project and token used for traceback reports. #}
gitlab-instance = {{ vault_aurweb_gitlab_instance }}
error-project = {{ vault_aurweb_error_project }}
error-token = {{ vault_aurweb_error_token }}
[fastapi]
session_secret = {{ vault_aurweb_secret }}