Upload postgresql backups to s3
This commit is contained in:
parent
2c3048d510
commit
2d734b7aed
5 changed files with 325 additions and 241 deletions
|
@ -2,3 +2,6 @@
|
||||||
roles:
|
roles:
|
||||||
- name: backups
|
- name: backups
|
||||||
postgres_password: "{{ postgresql_users.postgres }}"
|
postgres_password: "{{ postgresql_users.postgres }}"
|
||||||
|
s3_access_key_id: "3bb9376b5e584656a6a8a0f6cbd936f7"
|
||||||
|
s3_secret_access_key: "{{ backups.s3_secret_access_key }}"
|
||||||
|
restic_password: "{{ backups.restic_password }}"
|
||||||
|
|
|
@ -4,3 +4,18 @@ argument_specs:
|
||||||
postgres_password:
|
postgres_password:
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
|
s3_access_key_id:
|
||||||
|
type: str
|
||||||
|
required: true
|
||||||
|
s3_secret_access_key:
|
||||||
|
type: str
|
||||||
|
required: true
|
||||||
|
s3_host:
|
||||||
|
type: str
|
||||||
|
s3_region:
|
||||||
|
type: str
|
||||||
|
s3_bucket:
|
||||||
|
type: str
|
||||||
|
restic_password:
|
||||||
|
type: str
|
||||||
|
required: true
|
||||||
|
|
|
@ -24,3 +24,61 @@
|
||||||
networks:
|
networks:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
- name: Run backup container
|
||||||
|
become: true
|
||||||
|
community.docker.docker_container:
|
||||||
|
name: restic-1
|
||||||
|
image: restic/restic:0.17.3
|
||||||
|
hostname: restic-1
|
||||||
|
env:
|
||||||
|
AWS_ACCESS_KEY_ID: "{{ s3_access_key_id }}"
|
||||||
|
AWS_SECRET_ACCESS_KEY: "{{ s3_secret_access_key }}"
|
||||||
|
AWS_DEFAULT_REGION: "{{ s3_region }}"
|
||||||
|
RESTIC_PASSWORD: "{{ restic_password }}"
|
||||||
|
entrypoint: ["sleep"]
|
||||||
|
command: ["infinity"]
|
||||||
|
volumes:
|
||||||
|
- /mnt/hdd/archivebox-data:/data/archivebox:ro
|
||||||
|
- archivebox:/data/docker/archivebox:ro
|
||||||
|
- authentik-redis:/data/docker/authentik-redis:ro
|
||||||
|
- authentik-media:/data/docker/authentik-media:ro
|
||||||
|
- authentik-templates:/data/docker/authentik-templates:ro
|
||||||
|
- authentik-certs:/data/docker/authentik-certs:ro
|
||||||
|
- comfycamp:/data/docker/comfycamp:ro
|
||||||
|
- forgejo:/data/docker/forgejo:ro
|
||||||
|
- freshrss:/data/docker/freshrss:ro
|
||||||
|
- freshrss-extensions:/data/docker/freshrss-extensions:ro
|
||||||
|
- immich-redis:/data/docker/immich-redis:ro
|
||||||
|
- immich-model-cache:/data/docker/immich-model-cache:ro
|
||||||
|
- /mnt/hdd/immich:/data/immich:ro
|
||||||
|
- jellyfin-cache:/data/docker/jellyfin-cache:ro
|
||||||
|
- jellyfin-config:/data/docker/jellyfin-config:ro
|
||||||
|
- /mnt/hdd/jellyfin:/data/jellyfin:ro
|
||||||
|
- maddy:/data/docker/maddy:ro
|
||||||
|
- redis-mastodon:/data/docker/redis-mastodon:ro
|
||||||
|
- mastodon-public-system:/data/docker/mastodon-public-system:ro
|
||||||
|
- minecraft:/data/docker/minecraft:ro
|
||||||
|
- /mnt/hdd/minio:/data/minio:ro
|
||||||
|
- grafana:/data/docker/grafana:ro
|
||||||
|
- prometheus:/data/docker/prometheus:ro
|
||||||
|
- uptime-kuma:/data/docker/uptime-kuma:ro
|
||||||
|
- nextcloud:/data/docker/nextcloud:ro
|
||||||
|
- nextcloud-redis:/data/docker/nextcloud-redis:ro
|
||||||
|
- /mnt/hdd/nextcloud:/data/nextcloud:ro
|
||||||
|
- ollama:/data/docker/ollama:ro
|
||||||
|
- open-webui:/data/docker/open-webui:ro
|
||||||
|
- peertube-redis:/data/docker/peertube-redis:ro
|
||||||
|
- /mnt/hdd/peertube:/data/peertube:ro
|
||||||
|
- phoenix:/data/docker/phoenix:ro
|
||||||
|
- postgresql-backups:/data/postgresql:ro
|
||||||
|
- prosody:/data/docker/prosody:ro
|
||||||
|
- synapse:/data/docker/synapse:ro
|
||||||
|
- vaultwarden:/data/docker/vaultwarden:ro
|
||||||
|
- name: Configure postgresql cron job
|
||||||
|
become: true
|
||||||
|
ansible.builtin.cron:
|
||||||
|
name: restic-postgresql
|
||||||
|
minute: "35"
|
||||||
|
hour: "*/24"
|
||||||
|
job: "docker exec restic-1 restic --repo s3:https://{{ s3_host }}/{{ s3_buckets }} -o s3.bucket-lookup=dns backup /data/postgresql"
|
||||||
|
user: root
|
||||||
|
|
3
roles/backups/vars/main.yml
Normal file
3
roles/backups/vars/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
s3_region: ru-1
|
||||||
|
s3_host: s3.ru-1.storage.selcloud.ru
|
||||||
|
s3_buckets: cc-backups
|
487
vaulted_vars.yml
487
vaulted_vars.yml
|
@ -1,242 +1,247 @@
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
31643938623661623361366565623739666135373939303034306436336464626432386662333634
|
35303831326539356237346661393566643432323565616539313963623031653638363936383134
|
||||||
6137333437646536626463323734663934656536323533350a323663613637313635303937356438
|
3731346361643538366663383562393233393632626362610a333861376563343665316436313331
|
||||||
64316234316665343162636331363930393461386666316663366431666436323138343563333061
|
63613761383965636335376533333365656634336534383735653539386131346666623861396233
|
||||||
3036316362633565650a623438316465383334646563636464313364666266363562636331623936
|
6161616261316335350a313466343862386566653566663236306161626665633237316230616234
|
||||||
62393137613964353338313032333665353832656436636437626261366365313530306535656330
|
66353631623261356561386138663432393433396634666432663765633936393333386532313339
|
||||||
37643066666338363833623237316331336133376463613864383262653635656438363636313033
|
39366433356531333763383438616537633234356430356238333232656461363339623833303330
|
||||||
36623265353031353565356131353165333436633763376235306434333332613735646438376539
|
65303830336133643162326232613336343265393032643331313030616466373865393466326436
|
||||||
38343331343739306461613163363039356663626566313033636239616563383432616566363131
|
33313163386264343062393234396330333161643032613938343239663138373464353632306138
|
||||||
63393331646330353031616338336539326630653731646364653839613333633631393561613362
|
62313561333334393236306630326238323139356132323161393138663236643437383037383066
|
||||||
33333138376138303763373239663434616631393232303362363532633134386465303931346565
|
63343761663562393031376433663331313836353736656330376166666135303732626236306338
|
||||||
63343435306264393433396630323530393835656164363662616239653731323763353431383136
|
34383763653638643531366139363966373536316165633632653965646164376134303063613763
|
||||||
32653239303564336533666533306265646530623362353232343937643063386131323962393936
|
37306439336161363334316462373931656131353164333033363137653662626236346239396138
|
||||||
37633031383862353365623639663731656439363361646633356666303235373662646236366634
|
30303263366265613433363134633739633831666536663361313934386566373636383833383638
|
||||||
61333066373631373265346530306566653834343032393864616233646131303532333062343764
|
30343239616132313638326565626330623833333130333638366236363232343965323937663032
|
||||||
39383933336233643331633865633462303033663032363965363862386236663839616635336535
|
30303538343332646339353830313765333937353431656661353861613033643631323734386338
|
||||||
34393534653637313566373064333931633432663935306137353039383963623438663365376133
|
64323637613435363432363636656433613662643463666635313864633535373034383337363761
|
||||||
31333030636637353233616361643439373039366163343939333562646136396365643061626131
|
32393230343366383232613361646366373531303132363466613737636663356438396564306563
|
||||||
33373530616335326162353930346337313165303161383034663762313233663033613062613730
|
63396534393639383962323035383239633166663262336336656362313033653866663036343538
|
||||||
33613963353563636365366665316461376161666266663734383335383463633939333439663431
|
62383131313864356338616236376165383538623763653039323937346233643138643932663937
|
||||||
38336164376164656163306338336535643139313737313163346338323339376338356339373034
|
36323930623836616162653139666136633565323236663032376139666361633836373038313438
|
||||||
30346337303666396235316136653738666363653031343930343838663438373762373735663764
|
36653631326236383138396636333961353538663633663938363761376431386532623961303361
|
||||||
64396262373338626462623561346537323838323536396236373730633434633461326664303532
|
65363835623264656561306564353362353430643034636339326666313730313438306339373936
|
||||||
36333138396565376566393335613338343234366366303435616439373135386562663533626535
|
36333363383566646232616161316461316431333365663764623732323930633837653639653539
|
||||||
34353131373865623839653931353061613439313335626363356465636435343664656330343739
|
61643737373232363632653564383831646438663632346262386165336137343365343266323165
|
||||||
64363032336563366437663232653936303261646537646436616334623731323231376566633337
|
37643739633861396362303966636266366139336537393135333336353039636663303766653066
|
||||||
37393565636161303033373932313339363238363662643162663432333664323265326131646636
|
34663365353764323531656539366534336161633537626337623663666139343861356638633032
|
||||||
65396638663938636462383336653263373835396462653131306434636133626536336138386431
|
62303162356231623834613637316263643134643532366435323833656361373632353533623833
|
||||||
31306430313438646336633932353238623033343138663865626331373133336266633632303534
|
34373132303835663937383333653866366461333362393031613137363130323263356132646462
|
||||||
65333734613035623764376662346563646136613362643661396531346430393965356531303733
|
62653763373939343133373834343434383366383665393537623331616364623433653765653964
|
||||||
34376362393364316435653730663434633436366661356161646330306665333666353632393564
|
39353430353461653364653661356161353063333162373131333561663732306166376338383732
|
||||||
36363030376432666639633838396465383736613438356534656339326166346561633034656631
|
61386135383435303663633431363436613935613966306537383232616263646533343932323934
|
||||||
39643665396364376162363361396164326261306437643032343666376262663138326137386564
|
31333531633638313435616337636430636632353633376565333130613834626430386363373030
|
||||||
34633230363665636335356330323539323134623830643735393562373065633064663736343532
|
61323335383865663934313832623037663665353434616435616535343762663734353361633764
|
||||||
62636133373561356232656335333065613331363461393231613631343832313730623130316536
|
38616565626634383938633533343934643666393035333837393062656131326537393831643665
|
||||||
63643264383664333961396636373664663864656564343833663136373939353230303435636631
|
39663930346166363134613462626662373436373461303265636262306662626164626566616434
|
||||||
62373363623563326365376466346335653733623164613436363435303464356564363532366630
|
36393332633331643331363061643934653936343235353061363163666566393939383734363436
|
||||||
34373733356362646536623566343338636131333462323464363736393232653231626237386564
|
63626665636432656632373662366639636166646462336431626331653337316230343931316161
|
||||||
65356263323865343161343464386564623762336565373231333163323866353736376632613336
|
38636434393964636364333134376661646332653966313462336136303430376535393362643231
|
||||||
66656131323031646362356232396132656665383938376238333235356161643065363834626537
|
38383262343235623261393663326562353262376237656534623535373431653934303063303963
|
||||||
65333530363464623462343137303561646434663830626161306338373237393961396634646261
|
62656632316265336264343862616336336139336266633962373465616337386661376530643361
|
||||||
36653339613631366139366363303964323131653931336462356165313634663066323730656339
|
34623936623732663037356533313262333261306236306336333436313533336134353466343465
|
||||||
66313738613834616662613137326237623830353861346262356462313537366664653633393230
|
62356231633264353161643634373438383966646330636330386134313130393539336664396265
|
||||||
62323632643538656331303230366634376265343434393036643539306331326166323064326366
|
64343331343061643335383466323266623065663235383737663836613265653164343437656530
|
||||||
38376162303530653037626533623266373063633563666634616430623437326131333161343664
|
32633638316530646561353435373731323734656663333238353565613734643364356239613661
|
||||||
30646538356334653631353763663063396165333366313332373439396337396330636633616465
|
30646233623130653734613034613565343532336134666537303137303337313736643936363161
|
||||||
63383433373162336133346236613463396362316638306636373132666538383961313965626662
|
33343439316531363966623962346264643162346166346633646266363139346530343364663138
|
||||||
39663332663531343461653464333236306661303735646462373432616636633266386331623265
|
66383337353635616231316337373836396330623064633265623461343733353262663535613432
|
||||||
65346363636239643536616565356232303866663137643861613636353663333431393032313738
|
66653266613064356562376437333631393334376662383465323739373338653932383931373065
|
||||||
35313436336136363730643964346633396439626336653536373632663561316336623431363831
|
35323166326662333466656162346537346266646162356534653432396539633139626633636362
|
||||||
38313932633531633865343566306635356238356538653766373031623830343665646531623632
|
64613964633130376333626138626565313263663936663332383632623664663738663962633931
|
||||||
36613939653332313966613431333033643661323661336131666436383532333832326339363064
|
38346663353137613631366430653235613566336233323265383939376562303133366664376666
|
||||||
64616566313161383866653563616530646239306163333264346565633936333337326266353765
|
38336330326161353534396138666634373139303632656437623133313765373962663031636663
|
||||||
66646464353766303730643863376566623261363931386134383530393637393031613362303765
|
62303031316439383431373238653764666137643232613162633866663634363166376136373563
|
||||||
38303336633064663039643365636361666431323639303538316161633339353064666165376261
|
64613762643136653630626532323935373965303633326432363961363931376335316461376164
|
||||||
66643534633961643731393932663737353165636130333866336534666561386264383538336137
|
66306161653933633166666563316364333936343437336161653462363534363839376334623864
|
||||||
38623161306530376466656665366337663031623262613833363436343731313936666436663162
|
35356532376336333664306237333334393665633436383561373061626639346132616466643561
|
||||||
31363138393836366465373062343630663565633132616231336136353933613330303138383963
|
63643265383465336432306239343662336130613939333039613737393861353962306264316663
|
||||||
35613230653932636637353735373363666662316339313439616462613937643361393437636637
|
38346563323463386338653865386234316135643635313833636539666261663436386338343731
|
||||||
64346463316434353235333430363736333138343236393936663837643938663634393937373035
|
30353033363466326461363534396232656338323734663232393039313639393830613263343630
|
||||||
37373234306362613861333931353733653936383939356135363333656137363133666562663662
|
35643736396565383362636165393233656134303564393639383966396463343266373331623761
|
||||||
33373166313163353463663762653236346265383662373266393436386139623134343332336339
|
35343266386538643637333032346233346238666234323563626263383532343665356334383333
|
||||||
36336266323761626238363866383930363331323565343531376532356665386530326132643332
|
30343733633736333362656530303666303565333066363566626262363864646539386238666263
|
||||||
34633735383032663834313265616338643135316434613531626235656533663339303830653466
|
38636465326665383233636465633936373632306566303536363333363937363262356534336665
|
||||||
66363631333034363566333666623665303937333662613834393733613635336666396361356539
|
65373665613362616233336633643461316436353163666132353961643932363962323466376362
|
||||||
65643433643630653538626563363762316338663239376364646530363262346266376335393131
|
65363661333534343231326235376630393065306665343634623964623031306534326139623162
|
||||||
65336633636466313232376665346331313330613734356531336237336162363466613337626134
|
62386530633133633864363832663562303330326163326163663635656339373330313565393934
|
||||||
39333835643865366263373131323231346166626236663765616234333235363931363464313937
|
33303934316339616465623864373230656533633830313963303636316139366134346161396231
|
||||||
65326562396336613931323762633261346337326162616536333037313264346463373332326261
|
35666439323936373161373230373638653662353735303233396162366364356637616331333336
|
||||||
62323031663462343230303533303431353735363162643833303834316330613534393138346636
|
31396661313433653334633036666332613535323765616463613034353339306533353936353266
|
||||||
39306266376637623364633538623063393666343063323738656231356664656131333930316665
|
37353130636266656631333138353030386362633439343764386561303430323833353366626534
|
||||||
39336239623033333338626565653138303939626533663164323938343132653432623465343635
|
61386363306138663636346433643332613564303734303064343733613865663231383763353466
|
||||||
38393333306263656332666531646634346137663030333462623437363138336338333333333265
|
35336637626638623837633830363766343236626662373136316535633661376437313066323731
|
||||||
34316165666337333936333364623061373835613062326261633835636430303935323132383261
|
36626633306263353831333032663931653364343533653964363832323235323030393463653530
|
||||||
64306635613737613730323236306235316132303335373235306238303732336461626166316635
|
35633930383130386435386636396632663963313437326634313964616466613237326433346332
|
||||||
31613931373437343333663063353532613231343233393234363139323933376136633662396138
|
35663132386436356537376633396233363930303038343261343264363664643762646164623637
|
||||||
66386263643162376562356437333737363933626134316362306137663232346335663832323530
|
63383033663530363032316532376531636262323336336534393262626438633135323133663363
|
||||||
34613335346566303336303631326132653564356363623737343563376532646562633363336536
|
35626130643030363061343462306162323031323735646235353362363765666163623836613864
|
||||||
62633164656332616564626361393164376462653963396464303265626163653130633930386662
|
62643239353235303530636337663132613332366563623633653833323565616534303331636265
|
||||||
62616365613335316234343633363437323431366337323537653237386534316530303134373264
|
63656231653931386565376331366537386562663730666563666239326536653931613864626439
|
||||||
62313938666134343065656635333032333430393033643133613831356365333734316436613963
|
31316334336232343062316562376461343136383835643130303839353066393364323062616634
|
||||||
33613162653435653130393265366462316566353161633465653238623234646561346338316533
|
31353431333833376662646231356532386539636161356335383435633834663764356135316433
|
||||||
64333764663230353430616366383733633734333037666437356562633739623063636234343363
|
35386230393066663937333139643036323636333730626136303536396161306531366166353731
|
||||||
64623034343261346235306138613363393261393063646362633663616565333837316661396439
|
31306232666263383731303065306466313462643333663939353136356334313863646464616137
|
||||||
38656133333431373036323933623534323031666131323461656634336231616437353965646137
|
31653762323732613137303765323638313137353065633231636639326539333763373962333862
|
||||||
35343338626638306463323835386134333762613237616334353131306636633166333431336331
|
37356136613039623437653365393966313532306232653361613934316261616239396536633865
|
||||||
35363464356230623530613462656461663566643363393638393961333730653066363830633436
|
36636561663637636633313531376462656361346663626630353938353234633430643230333130
|
||||||
64613064613234346562663630346364663838306437366238306363353664666333343166396564
|
39333936663838343730303033613535363035656566666566613465616336613435343165623638
|
||||||
38363266626638343261653362616332303734666633393839393764346662333539316261356366
|
32636136643433376665616263653431353630633633396261643439306133393164633930396538
|
||||||
64396134623235323931643832646161636138366161303035653666636562613334306435353834
|
34343436616335666135396539376362323633363562623231383662383366663332313963636537
|
||||||
66346133613461613164646363303432363561326536336531366638353337326636363633616433
|
31373665633161336266633461393265316666313161353766373130316332323337613863633330
|
||||||
36343934313261396661646466376265626266303431303534373935323262376238636236373633
|
62316663653661393933313863336263386465333661643865633864373731333738316239646661
|
||||||
31616539636433663634633933326139343038376535343662343362306433613162386234616132
|
34333937306537623230343136656334616163623336326566613939343363643231613065356661
|
||||||
39313262363034643235633930386566633132653965386238646137666261626333396461386536
|
62633461663735653538373536666335316365656137393265313237336165396637313638383362
|
||||||
31666663393764343365386461616666313764633637303462663236663565616366326137303161
|
34663031326262326361633132643531356131643430653265313266393239636336643962356136
|
||||||
30316234363134393132633761303364343939343239373335613132643431316466353564353465
|
30646336326137393662653831326636653765336237626338626561356537393164323166326136
|
||||||
36643861306330616131303564366566663239303731663133333230333236333038336261643765
|
65333133343462393332373231653135333366346165643433316461383665346533306463393136
|
||||||
32323161616334646530303333623830316437373334653361356664636361363563396538396564
|
31326461376438353561306566323565653464373462653535656262623666306639366630326430
|
||||||
65316462333836353463363861643736643864633436666630326632646432316631323130663932
|
31333663326663363535663962636464613466636661323038396530623661303135623136613338
|
||||||
63383434643162383861633035323362316635363833623132393239353162313636393366386565
|
31323436643539393434383436636464636366646337353534353534373439343637393062396437
|
||||||
32326664613166623739333638653762353263333564366534343935313931323630343461396666
|
66376630653137666434646361336233343666353131386466626164323265656134373333326136
|
||||||
62623432613933366435306637343033616361663035653662376332636339343530326362623731
|
65653631303862623233316261626635636532333930343861623132653165653534333331323831
|
||||||
31613039306338656135363261306531656533336233343234353735613537616630653339386137
|
31366532613066393537613564613632393339366563656264623365343235653061346462393163
|
||||||
31643462666336653331373161386363363831393836336230383066613334366662346138336238
|
38316437646564623961336262633732353831633564353039666138386164643332343964646330
|
||||||
66316364613865326362656562363734653761306565653164356633616332633633323532623935
|
61363738623363646162353737316631663532393536366137643162303238343839613335376631
|
||||||
31333262346633653165376530633937323065313565353563623338656163626664643236323063
|
63323262323433313766623430663365366338363764323536386235396661613034313333333339
|
||||||
31383338633338636337386430323736393636316539653134613261363330353366373531393731
|
33366136303966363138336631356663376464396337386361356463373735623337353533656438
|
||||||
37336561326434336463303531353663393338373030326232303431646266646262333262386163
|
33356661353730373831343730303065326237626437643462303733303539306638626336303763
|
||||||
39393161333338653431393663306535646537646265386366623536336564356631376130363066
|
36663465343035666237633632306433663938303836343263343433623535323538316335663632
|
||||||
35653833623133336262326561633733353765613432373334313133663536353335323333363765
|
33376631386337613561306430336166363733356264356530303565643638663232383038613037
|
||||||
35616134666462356462326262623637303665386162343361663265636663356531663062313036
|
36333438613665313234663637323366376265353362613161306131323364336166656161363866
|
||||||
65666639373366613362383635333838313830376236646533646231396666633139643366366535
|
62646435303363666565326564353337353661356465653534616663343162323165313338303963
|
||||||
65633834643864393464373431353764313466353430653531343438356461376261313261613331
|
62353439323562633735323433663138353435663666316436346531343438613661353133616534
|
||||||
66333165376664653365653439663936386336386533396566653161333566643836613265356332
|
63376465353436393461346238336138616536323535353062323934613836373232633365363636
|
||||||
34633431333362343466643830356462323432613062393835663036353063363435373566353161
|
63343433643537623837613639313939303538306266663935306135323235366636336634646639
|
||||||
34663065336639616433343661393264643563636435303135633932383936636537336136616164
|
62646237373539333934323664313233383534363961613932333235623234373335326362363666
|
||||||
32663633616461383739356462306630643738393432643130653235363133313761326366313337
|
66366435643337376365663166303334653533373839356330396231326265353663656632313161
|
||||||
62623538363533643463316263616635623861666261316363333534376139346630363934643934
|
62353435363539613865313562666533396430386634333536323036386332626130313431623530
|
||||||
66636438616438356434323562303761393363376664353733353432646562646365323036626132
|
30663866353665353636313839613965383131383663623233333564353532353162313363366366
|
||||||
39626636626239333663386334663732623561656231373131386433333034383831373061343465
|
62633366316539366337656561366136626564623536646266356633373438303966336333643936
|
||||||
31326438653962636537326663633630373537313237326163636637396138663464336336383439
|
32383035356361333734343132356639313065643537323562376530303639663937336465363436
|
||||||
66643236363062353832323666303134626232313766386631666237343836336362646236666263
|
61633731346566376533376436643931643839356533343531616563356336623737623433353866
|
||||||
63313161383339386466626261393862316338353732376635323833613662373232396131373836
|
66346138343662613634636136656439316331363536616630303134323137643832376562386335
|
||||||
39626362623964323936653164383031386566356537663535376438326637363433613231363934
|
30633166313434633131663537646132633930633664663431303736303066383062336432353163
|
||||||
33363030616636626465633162353932346164366636343431343263396563333764666235376331
|
34633938306635346461613230373737643236306566613836373563386235313561363535353031
|
||||||
66386364396161313731356535616632326538333133336139333834626261393130333637613234
|
37333763393338336536626365363461643335326565303864666436393362666566653238666464
|
||||||
33623162393931316339353337613262656430386466383165313062373265366562363361666335
|
63383136643435396433663335306332303234653964343233323334373233336466343531663231
|
||||||
64393536333163343136653362313533303838663034396162333430346463643135326539356231
|
38396438366361633564633233613237396633316462396637323233633161343565663630663461
|
||||||
63386231663037613465613532373837303938623537623762373165373634366263333163376237
|
32313038313434656264376330646563323632306361613138346135356332346637303531346262
|
||||||
62613564336634333336366662376266643462616335376161366564393261303261326435646464
|
63366435306237313338653661386536316437356437306666386261663239376535336366316133
|
||||||
62393764346564303938633861343565656236306566303865303534366263366638326331666565
|
35363739663764393333366566396138646232636665656338363162643665623961623530346530
|
||||||
34636463623336383465613163373238303033393630366330613131393531343132373961616536
|
65623165613665393163373934626337633364626337363863666466633538636430356166313961
|
||||||
63623966633766633861313039376661323930623332396166623534383038353632663733663731
|
66663134623735363436623166336536363839666234343034376337313735386232343336343464
|
||||||
64353363326261653465356630316432336363613366373862323333316236353063303833346636
|
32313464386464316331323164613435633335616534613036396230316134323962356464393731
|
||||||
38373431663064356264666336363362313362376663373664623030303332383033333163383432
|
38643837663335373164656563646434363861396237316236323764663036303261643839633261
|
||||||
37383932303633366334633237383461653866306561373939383134363538393736306465373665
|
64626332303339303133363532623064343634306161366132303036313661306434396566363033
|
||||||
32636235356631326538393231336636333639653533363964326564333533633030373333303831
|
36376363653438633036343662613236646439303134363166666436383634306530633633613764
|
||||||
66363134393937383166376337383037363662636136313636343739613730303033326635386464
|
39393564393433356336633739643461343733363438386431366663336534643938623439353739
|
||||||
65653336373834336263646436643962623130313032373739303235343632316665373039396462
|
61333264326530383737396335323265386334663565386133323636376530323639383832316664
|
||||||
64623637353830333938666561646362316234346138323438323966666336336539653730636532
|
37646164316166373134636434323939393861316566386435323232646163356263356530653936
|
||||||
62313161353833643139316331383861646339316466613030353633383234346333653463353664
|
33643630363933646239633261336335353861333862316161383362303239343930643134626134
|
||||||
66366162613263343536376330656364383463306532663435646535336339346166333161326236
|
37333230363766353733356335653530353631346631313334396136376362666639666561303131
|
||||||
63386630326432376664633563626161646132396366663536343139373136393837353833663834
|
37343139316330306361623061363236333336653038373539643839336131616436393832336237
|
||||||
62346338373031333062336132323739323861326338383133613563363364633230366163353331
|
61323331323039383563633262386364623163313638653830386137656639663532316132343766
|
||||||
63633335343031313733653832663066386366383238653831393465323064643764656266346163
|
62316564626663613565323233313838663939616536376561386639313335636564366639353434
|
||||||
65636138623963356136626634373132396331336335323035313238383536316161663661353166
|
35643430653133666666303533376235323135356431636564306265306632616262623530353131
|
||||||
31303231356565386434646564343831643534366661386166616431346465663165343061363031
|
35316334313764323037353031633036383835613264386231343633363263656162313330383563
|
||||||
31323432303036613636306337616436343030663065663361343436636133393866636565333136
|
30356662613064633334346534343037303864656233306336313333363333336139383538363133
|
||||||
32353663353239376139326266663461373337623136393566623736633833316635373130306632
|
33363830333835636638333933656236323462636637343934383336346161303063613737376234
|
||||||
62353330643435653637306266613635633665356632386264383232356536363862643136666331
|
38373463356430383838643265323866323930306232666431343564346333306464396238663537
|
||||||
62313764313736653262303239333238323935356135353635646534303238616430313431666262
|
34393139663239343864646236373934326332326436383438396331396365653631306132323161
|
||||||
66356634303564323030613037333433373439313632363762386461653961366236646539613632
|
35356131613839383264333037626632633836653037653262323631386633326361626637366339
|
||||||
34656266653039303565613463356161316537363862393561373132303534633463353932383365
|
32316233666435353637616266333965383030313063323633383334393533613564343562336463
|
||||||
36373364306535663232616531336438313130326339633162653836626264393531636630633363
|
63323561336430396536636635663736326432653736363734333439643762373961636162306534
|
||||||
37356635343835373265303162663762636464383931356539646539346137303834393062393931
|
32356536613138333733333932363863313965363738643433323534383332393838303765303061
|
||||||
31393332323139653833653630363463393535353031663363383833373534353934656430396366
|
63346532626630356333633261383762326137306439313239643232366430656164393965336265
|
||||||
33643036353461316565343963333531316630383931333764303236343738633330626635623631
|
66343834313138393664366161616335653236336565333163666639633931623965643464316533
|
||||||
30626232333834613939353535326630386662636465366464306434323134353662666231666630
|
61376433323039376363316333623965386364373238613262343861616530353864303764396635
|
||||||
35343265363836303865613162623639653663656166646635316164643231633531666631663236
|
33313066616163333763303661343463326566356137623363393033626530663130616365383766
|
||||||
33313661346336656537663464376638626539653463626333313839366561633766343438356638
|
35323939653432393236393934636238656565343835363564623432366539646435343835353865
|
||||||
36663066636233343031333436656363663034633832643236396263646636366630636234613831
|
34353161656566373539333665666163663539353933363463613435366638376564323664363738
|
||||||
32396139666633306263366336346164626664346165383365313736653839643531616232343165
|
39353266326232313836313931343364333635363366383432646338343338306563393738333932
|
||||||
30616362353136313561366634363563363537323631363362336139623231303066343462643162
|
63386135383839636636306465303066623134376438613634656438613161353430653362363665
|
||||||
30613136343135633534343636623637353134346138363932323633303731313565616462323261
|
37383134613134393433386464373132363833343835356264623062363765313737373136376434
|
||||||
64666535306566366666643838326662393864336266323839636661653932623432373566393733
|
31306431326665666263343536393839316261663464346639633663613337353630383933623738
|
||||||
34316430393566306433383764333535373532353332346363646666373061653630323639623433
|
63656234326430333166313634353765653561633335353336636335316365633762336539336462
|
||||||
63383031613330313062353432613832313135626365356338346263326636653161313132636334
|
33373930313233623934333134363662313130373162346363363966646530643163373330333562
|
||||||
32663561313134623138613966623461663564643232306666306565616466303862356661383362
|
39363432623735663832663038643437613235386536616332636530383964353735663363376634
|
||||||
61393236363737373330363435383462636339353163616238346139626663373937376464353034
|
38343235316363653834623439663565373265366432353665306238643831303935333538353265
|
||||||
33306130656537383432316562383963643931336236626232643261336534353332633864346162
|
34313833373832313366303564316661666539623565373266343034356666616232356561386664
|
||||||
63626261656632653933306261643964373833356166326538323836653434366566396338613639
|
32616163306134623132663466343232323431323238643664326437356565633061353734373661
|
||||||
63616565396161613664376232396661653661396564623238636434343733393562633635336363
|
61323436383431383039363966326664323939376261616439386535346262663662393261326636
|
||||||
36343637653635366466396363646230353934373136363862646131376362643263643161613732
|
34656435396631323437393961343564633634373431633036626561383033643834616630646532
|
||||||
65626136356532336137313762306261336261306333356331326237353137353264326230353136
|
66623333646264613237333535346637663638633564343165326236316263663239306436373734
|
||||||
36316632346636333031336263366462656436313236343631636136353032333964303435633633
|
35393632373432303532333665373736373431353761646239326665653439373135376638643538
|
||||||
31333261653864373632323465623639633866303033343966383435306565666530353938653238
|
62383961366261313039303839376365663865333534396533626364343266393335316638313637
|
||||||
66333236373461623961386238393731353365333234356661636364326562373130313263363565
|
38323431356564653431633334303636646462376561383331643766626463373737623666353661
|
||||||
32663661643762333764653938343239366636366132646438623562336230663336313037396133
|
35306136633863393065366262356263356666353164646635373964303532653039336534376631
|
||||||
39643565386636643030316136626131613530643931313364663531613432383662323533353764
|
61346362616230613830306164623164663136326439353630303832383134386263383263313131
|
||||||
61336131633038313965663537393466363133636565316262316530653731616261623330616638
|
34393632633035646235643630656665323538333630323032626564346234623639343563613533
|
||||||
65653434643832646563303930313263663161323532363435653734393338333137326664356133
|
37663664343935633865653532336461613632323162363165656133643965336261653364616162
|
||||||
33363938393663343731623130643539396231303237643636323366353735613333643961613231
|
35653864306533386263313462353235323964326563346533643664353962376564646161613130
|
||||||
66333936306536303731643961653964396135306138626237626565663163303239303533373732
|
61666331313134303939616333653834633965323633613563313130383434663563353136303966
|
||||||
35646536366138323736626139353532343763366636373465303536616366326137343532366139
|
38333963316130633465626666356337343731366235343466386462396239303634653166626638
|
||||||
38636631393465333832633737643830663663383633306666326565353866646661303562306635
|
62303630643264303639633435316639376636656365653832303439666637323665323932353864
|
||||||
31363037646161663339643936643434616639626131323438363262616231313735326362616531
|
38616637613165323363663933636364366335383534653535376435396131393335653230623137
|
||||||
64646631656362306463643834343532373136626535633836343436626366343966386530386166
|
62303031623936353264333564373338383764303165666465623634303432356338303139343234
|
||||||
31316432366235343436323031373962666130313330353661363633303835653634316638396135
|
38663130343639633466383762363933616532343764373135663462343562323866396564363032
|
||||||
37383763306365623631313962316162663536353233616535336361346630376231313733306437
|
30616230643465643065663836636437306431343231396463636233336164326536363234363763
|
||||||
33316232313063313833393438383531356464663332383032333535666231306536323861396433
|
64383239666464613433303830353064346264366137353733633632663865623161633731356230
|
||||||
37623561373161386332303463333635376330643362373536336664353966663936323433393630
|
35346434323166633165346339313139663538653364643338666537306637363663333163393636
|
||||||
61333835663339636237643330336235346165616664383134333731386136326234346137643430
|
31303162393539313330353766636164656666396666376234636137653862633961373464383538
|
||||||
39643539373166616464363965636464653864303939306665356636643063656564346463383264
|
64316561373035366632646362636135343439333438313634323162653262626636396462383531
|
||||||
32636431353137323236623232393962663365366337313538346336666464333766613063336333
|
33316463343437303165326133663030366330633165306633303564663961306431643235343337
|
||||||
30346566333633393638393162353065653838626163663532356634313262376662313337396235
|
61366162313466313433323330616338303637613335353937313934333833303735376234383134
|
||||||
65366561373637313133343361643830323235303263623462613439323232616634323037653434
|
30623539313462663234646565643532396538643030303335663864306237646466633464646463
|
||||||
31353336623562653638396130646631333136623938613930326432346439666537666331366262
|
34373931323030386161616161633135343633353739626337343038656338323335376466386533
|
||||||
65323438643561353235633764363964633363376532346534373964666263376561363361666336
|
63646338643862363264633133643135653734376234353136333565633431366438313336386634
|
||||||
62383235323232623034343135376565623433323431333137373131353461643939666436613765
|
34386162656663326236393661373834323631623336353633306432346436633130333436636337
|
||||||
31323064376534346534383036616162346166653565303165313135643439356163323764656235
|
31643536343862663732656664393865613136326230363462663239376338356666376266666333
|
||||||
33396137613038353336383862326632386630386264646132323062623030353839636562636433
|
63626239666130623364353237376164313761333465396364666663383962623165626233633935
|
||||||
37363432353033323335303966323735383930303539656164343161643161396634626133386563
|
33626265386433636437646164383364313439613836383839363463653864363361346663386634
|
||||||
31306639656262323963646665623062376533336166373236666263376233623239356535663761
|
64613362363436396431613334363037623162373162306661643630396636306562653761613831
|
||||||
63303631663137363161363236373236656531376364353062643339646631353564663437643736
|
34323566393230373931356632323739646632643463626430666330383837376131383938303466
|
||||||
30633136616333343763626333383331363064383933373138313466613766323038393030323835
|
37623237626239663263366238363866653366633430313038353332303639636336623063643764
|
||||||
63393835636333396330313361623362623937353734336632353732353765633864313930376235
|
31393466656339303666373330343866383361633238383564346437643436613633346433396665
|
||||||
36396235663666393665316531636231323530323431653463313039366465653331336338333436
|
33343862363061613734356339353538336465303265326337623939373637653333643334376431
|
||||||
37643333323230623862343465643430646235363931653432396130633837633730346163333232
|
39343835653033343938646165373337343937363533313734653062613237343732363365376338
|
||||||
61663030396537643665363266633336313932333161666233626431326562616164373866306163
|
34313631363533313033376630623235326438346535306434616131386564356665386431653061
|
||||||
62613831316333633735343934313130373930373331623931306264396262643437323332346130
|
64313533636663613038356334626366383833393738393338356237633530643339343839663332
|
||||||
63346162643163303661326333626365646237373131333130393333623938353039613963623532
|
38353262386264386139376131633561613863613363316239393433663739656532633230646666
|
||||||
62323334613965333536646439326464613436633831373331346631386436303231363636643163
|
64613837303939343337323539643036333132333730653336373931626566363032303336643464
|
||||||
31386230336461663865666535383264653961306535353062303363346262616363663732396164
|
31623661653130363131643234656134323739613839363435353032366132313965306532376631
|
||||||
34353630346366323230336631343361326236656461376666633030393131396662333462626236
|
63326233333661373665653263323266336666623031393038643566313537306162666136316333
|
||||||
34636132663863313036633434616234373561303630653934343538376237643430353234356564
|
63316630383038346334643163363164383134303066396265363933313835383338623565663534
|
||||||
34343736346238653663326534396538643035303162613561666532643130333162363763623561
|
64633337383862366365323838623832663535396664313334343562373434326538613239393036
|
||||||
30656537356238313661646463346133373061623033313763356465363230643035376462373635
|
63626365376239623736613137663161343738353839373834373537346136393437306239353665
|
||||||
63646164663835653233623061613533613166653437323739326463353633616535613230613535
|
32336265663163633164316633393265613133336532343931366362323239333133333333656639
|
||||||
61656133373630383330353338343830353439326265356537633733313833303033316663396564
|
35643933366335353266383433646536333564383736656239303633333532313436343433643630
|
||||||
61383637326665613031656566626536663161373362633836613962383937393133313666663539
|
37616561663839653164636364333332616163336262346563383134666466306162373637333932
|
||||||
31633433393137306132396461333363313061643261646365633733653531393365373935616336
|
33643465346162363065383361633439326565626538346636316563353132323538303262343031
|
||||||
39323635343135363033663766353935303832663533616536313366623763363161366335376465
|
36653037663034663731356139303539333438323732323766613464363865353534323362633662
|
||||||
34303831646530356362346462306564636437373133323534303066346434313937353265383434
|
38303033616365653832346439623765353263646533646561613735366537326465623137323466
|
||||||
35333261386336633039333037346230373531323634366336396430336161393838653031336339
|
65643162366563383738623036633231386462363233346137393739633335653935343834386563
|
||||||
32613039303333656538623938313361323165326566306634386430663135306534313834336439
|
64623431373639373266656237343562363434623639653836343337383462333264313466646564
|
||||||
33333630356337363437633461653563653734643532616638633934343036333336393961616639
|
65313062623032643036316532613235373565633864616365396138333661383965363637663938
|
||||||
36323337373939333335613331336435353762623738653232393838343630373431336432376361
|
37316637333936316232323865646163636536333634376265663437353833356437316534313761
|
||||||
37646462663761343535336564653862303231366435326332323866643839616236323835653335
|
33646637663162643331376430313234363936363630623237353430313861323764316636353037
|
||||||
65623934363936333161356333656531373461356665386465306135393634643537636363666436
|
30613666626332663338616539613238653864653731643031313931313163343437306539333734
|
||||||
66396532396533633064613062396634386339313935636663343031666461316634656632646432
|
65316534663537623463613563363763666135386261643263303633346361306666666634373737
|
||||||
34353931623464633238636438623932346137366536373162326633393639643430643532313166
|
38373232396237623331393635363534636337373662306261343163303066313135626432636234
|
||||||
62376532366266613563616435396361383765633835313162316166636235383265646538636139
|
64343130386561333662346630323233323437303962376636666561376134356334326133333439
|
||||||
33656439383436663761626463633436333366336533326239313161373232303963613836323839
|
31386131336236666365353133346162353832346637363565633738323338373766383536316561
|
||||||
36326432336361313734613536623462383739313232666539323934383061393563636562613335
|
62346162306164333334663038623835376436343439623234303933663363316435323934653330
|
||||||
62653164636534323334643038666238373939346666383639663431633837316137383936633166
|
30623364343239656665656564353432386662636431313433323332643337316438623933643437
|
||||||
38363061343731343730343862333066343463666634363936663261343335366639636562366662
|
64653937643139393931333561623565666261353230616235626233313237613664366561366431
|
||||||
36366566336437306163363665643233646232366135363761376131613563646534653166323263
|
63313238616263653466313566643933363831636330656638393666363432313030366437343833
|
||||||
64616331396663643035653661373732396138393339343062326364383638393630306664636663
|
33616138396635356665376466623633383563323961623364633934353065636265333865333462
|
||||||
37383566633731316534353661636563666139346333393062373836633137646565613863373966
|
64393131636161313137613034323933653362363062333766373639646266343330363732656535
|
||||||
36353132383831376566333764333534623936383735333134346337316634366262633732623666
|
30356337623432643661363865353836666162383734636266343336343131323936636135623962
|
||||||
32643430313663346435616435303031393066376563366535336465636233613536343036313235
|
61343562333864326561633034313236636338376465386662653831303135343262376130333662
|
||||||
3064
|
35666239386135303431623130643231646333323264626330306332616562353864376335373866
|
||||||
|
34333136333262303730633435636465633438343035613166623532663637376137623830666634
|
||||||
|
32626334366631366363613231633131346165663663373263613333613431383639393664326637
|
||||||
|
30346237363932303632633332333937313933343939653962323765646139663936636364663964
|
||||||
|
39353432363839323537343861366230663261623432303337323037626166393066316566323666
|
||||||
|
6261333532366266643638313637316133393365393835313334
|
||||||
|
|
Loading…
Reference in a new issue