diff --git a/.gitignore b/.gitignore index e664af2da..63036f03f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,8 @@ venv.bak/ .retry .indicators-ansible-vault-pass indicators-ansible-vault-pass +vault_plain* +vault_backup* # testing_utils testing_utils/cache diff --git a/ansible/README.md b/ansible/README.md new file mode 100644 index 000000000..e4b2e7774 --- /dev/null +++ b/ansible/README.md @@ -0,0 +1,43 @@ +# Ansible + +Ansible is used in the indicators deployment process. + +It aids in: + +- Setting up staging and production systems to run the indicators. +- Placing templated indicators params files onto staging and production systems. +- Managing secrets. + +## Managing secrets with ansible-vault + +The deployment process uses [`ansible-vault`](https://docs.ansible.com/ansible/latest/vault_guide/index.html) and a corresponding file of `vault.yaml` to write secrets into template files that are placed onto staging and production systems. `vault.yaml` should always be encrypted. + +To work with secrets in this repo you should follow one of these processes: + +1. Work with systems administrators to add secrets. + +OR + +2. Obtain the vault decryption password and use the helper scripts. + +- Make sure you are in the repo's `ansible` directory. + + ```shell + cd $(git rev-parse --show-toplevel)/ansible + ``` + +- Use the helper scripts to: + + - Decrypt to `vault_plain.yaml` - Creates a .gitgnored "plain" file for editing. Also a backup directory and backup file if possible. + + ```shell + bash vault-decrypt.sh + ``` + + - Make your changes in `vault_plain.yaml` + + - Encrypt to a new `vault.yaml` - Creates a new encrypted vault file suitable for committing. Also creates a backup directory and backup file if possible. + + ```shell + bash vault-encrypt.sh + ``` diff --git a/ansible/vault-decrypt.sh b/ansible/vault-decrypt.sh new file mode 100644 index 000000000..e4b0ec7ea --- /dev/null +++ b/ansible/vault-decrypt.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# Create backup directory and copy vault_plain.yaml if it exists. +if [ -f vault_plain.yaml ]; then + echo "Creating backup of vault_plain.yaml..." + mkdir -p vault_backup + cp -Rvp vault_plain.yaml \ + "vault_backup/vault_plain.yaml.backup-$(date -u +%Y-%m-%d_T%H-%M-%S_%Z)" +fi + +# Create a new/overwrite vault_plain.yaml using vault.yaml as the source. +ansible-vault decrypt --output vault_plain.yaml vault.yaml diff --git a/ansible/vault-encrypt.sh b/ansible/vault-encrypt.sh new file mode 100644 index 000000000..6a3578531 --- /dev/null +++ b/ansible/vault-encrypt.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# Create backup directory and copy vault.yaml if it exists. +if [ -f vault.yaml ]; then + echo "Creating backup of vault.yaml..." + mkdir -p vault_backup + cp -Rvp vault.yaml \ + "vault_backup/vault.yaml.backup-$(date -u +%Y-%m-%d_T%H-%M-%S_%Z)" +fi + +# Create a new/overwrite vault.yaml using vault_plain.yaml as the source. +ansible-vault encrypt --output vault.yaml vault_plain.yaml diff --git a/ansible/vault.yaml b/ansible/vault.yaml index 3a1af3938..bf979841a 100644 --- a/ansible/vault.yaml +++ b/ansible/vault.yaml @@ -1,290 +1,265 @@ $ANSIBLE_VAULT;1.1;AES256 -31613335363833623534636633346334636630356534393461393431313962393039303138633163 -3037353131326166613461313566386265623061393935330a373164363634353762653761626136 -30386464333937303063363339316337643232623937393131363964363962336535303464383962 -6232663338613566340a346163623266663331623739633563653637643765393237356538333637 -32623736313133393462643032383931316561623636316437383534626233376666623261363933 -36313965333934643032326364613638336233323939386534393336613939303231373130306332 -63623334396439663039653730633562326365663738613633643532316236626436383131363230 -32613166383330623962373238336333353931353166313062393032616638656133366636333131 -39663663346332613762656632623964636262643630346264316332393633306465353539663966 -32373764353830366365333538633563613863313934323563383339623536653066356466633432 -66363666646466666438613235306436326262303066643231356436623434623165663038326130 -32613134353663393766333431323136343662376634373534626436366531653034386263656331 -63623333323239623865383035623737613361376233626431623633313532303038353039616139 -61333037326134303264303834616439616264343063643362383966383830303234626365343532 -35343534323334616263393363396235353832663232393864666133373163643964393966653332 -61613038383463623762346566666566303765336333663234333864663936346136646466373162 -66363632653937323962636132396233633364316563646666346535653339623431303630386263 -62363632346535383264366564633535303634623734363031333165363935313565316461333266 -36636164613039376633336431323837356363373764666332333633653965366561313933633661 -62386336373266303665653435316539383861363163326638363432356331623839373239626465 -30393665626135393038613263356262626666356462623134303764323637353665353330333665 -36633134383066333765353365313831396136376165396336373336616536366139356632383734 -39666533643962396533616430663435613131353436343161353634626638613065393632386333 -33396161656330333033363733346436613630656635326535653566393130363066653332623031 -35653332633430643431316262656265323861633534616531303761616631363766663963366361 -33313537346234653936663338333532303432376634636661613565316337333433356366343636 -37636639623330383263663564343462346162633238643532643239623736316330313638303537 -35656539353766383338306536656166353630383233623435646639623437306661643031663936 -66343433316132313932323963373565633538653137663137613666383134353765633937393766 -65333065313864393738646362643931303861623663323833613436376163336234656134613833 -63643734303335353739396563366534356438356137366562323762353831313466363764373164 -39653031383834343135663761616330646661373635633536303066386638383339396136336162 -66353861653364373331346163326664383665663261346363326231306635666130376536376263 -30663733623163396565363337666337623765306663346331363735363832643130623135366531 -61383139313637353735653866613030646666633262393961376264646231626339346237353861 -62613662643361666236613138373032383638643131383337666365316166363331343039633734 -37336662383234366135663236613364633165336263663231636434333137333066333836623565 -30333839333031356565333834323866633165373563336133313833616166346433373864613438 -62303338343532303639393431633537376635323066616530636637626261343861653362626436 -36353663633931623439626465643435343535636162656438326166313566333166646466313264 -34623261303165663232653761323036616164353230356131656130373064353535396439653464 -64393133396536396632663433326534393031333931373861346132633766366432353633613432 -61363235313865336135343965656166313733373962396337623062356637333761663735396338 -37303165306638636139646239383337383434636632616334386637323636306231613530343239 -33623366633333353430306332353032383235663865326165656430653064646436316664393432 -34353263623265353064343537303561386134626637346236663139336132386538643766313538 -32656437386266313061323161623166646230333764393930313536346438386332663536613435 -38383934643036333665333664343466623531356234613736336633343630626239643233326637 -38626339303163306535323261653462656436666361616631353833343037656632313164643463 -38396539333566326165616261613837396639396236353563623630626334343137333534663435 -65636338383765353561333431373137303939373462636636346535336539383237383938643364 -36666662393864333461376438613030316263363663613837666434313565613431303363376432 -61306563636565346461633733326231626662363635633265663438373532356336383737323963 -36613738313537363637636164653236623737666566343336323935383636313737353735623834 -32643730653031356133326435636165306262653937316235633237313766393566633763646438 -30306135306131313639353166346234633439353039313265343964663131303238663964373261 -32323439646465336361633464346662653337663361303939323930343563356435623337393265 -39393762616531636263656239353161383334326137303831656530633265363630353331626235 -30303839346533343033633333623937383561616233386235626566643462373861623937616434 -34613936393662653039356263383432623032393566323466316664666363346635613862346662 -63643137366537353933303465663364336162396562386334313731393836646236373537666363 -65623261663531633533343063343032303163636262303837373836623536663665613265663335 -38396564646635353230373133646231363131373433306262393738643264643835323232666665 -36663139613935356430393733353637363537343131366130316563663036626436373337646262 -33366363376265666435646564303237333664613065326336653365363334396538323861343866 -35303834343461633463373065336133633636346332396233623135326464393336333730616331 -63666430363137643165616233616535653630643132396661303138636664636133316635653465 -35656131663862333136613333656139643732343835366332343230653561646430626566663539 -37613031303432646362613331396533383361643665613763306261303530623262646239633334 -39626538343433353434623562383534336334346430383061633031643938336136663535613133 -66623030356436303039396466643738396630616662326138373332363330366338633836316463 -30363234386463656237626263653736373065373030613366666336366534616436376333326231 -34333136363434366262313462363535373431636562653738346338303732633130613764373031 -65336664633834393264663464363630643234623165333236333336323664343035336263636230 -30333536326365663133323465643663623932313065343836376336623538363030343434626532 -30393830366639306530663665333231386339353334623437303737653863633163653130356437 -66316266623131616263396231653138323137653335343431616637633037633139636362666463 -63376630663234316434666433663431663138626432316262386165623262656634383266306231 -36363630383463363462383464343036323664666330653765653336396262323933386363353436 -63653938623561393166333364323862393733353437336338663163323439306635613533373261 -37336435623732633665393165346536313634376463393138653334313763393336653966653261 -62383132323530666639306134336264613665363662383237303036303738306339653138383535 -66356636303733313231323737613137323832613664636266633663626463623730343766353530 -38326661303337323365326263313065346565383564313734376463306365636662643461356166 -30363335663035323366333531613264316337373739363763633863353937383064323837663662 -31646363396362623233653436613938633237386666333337623763613132323937633761353937 -65343033623265316465663862316139633861346436613761633232376261313238373730626439 -36393036393161373731343037653835383661323035616261616335353233363166633034343437 -34646266356630386530353461353134653562663566663062656439616266306663303365663034 -64383237373065396235363465663832373536633566613639306565663932636361613364373934 -39356665376565336462303133386264316330363065333863626364333232626132353731376561 -31313436303962633337386362646664393336306466633865363932343137336466393265393836 -66666434373736363865653664303438353634356663653138656233326531303965323161363366 -34366564643239353934653437353530623263393837363930613936333266616237646365343465 -65373138356138343334343961663032623534393232336339373166303731316530373562633333 -33636238343736326139366435313532343462633564646463343339386537656537363464323466 -32613261636630336536326236303730363962646363376564633133396131363237353037646633 -30643461393933383336353966313961353765653462643330383563663735343437643336633232 -39343837313539646534396331316636623166313637333965336230313737366634323665303730 -38646535666165643765383039373431636662633731633037306363396561373638306663623839 -37323232643732333137323962376132383633343638646433333334623236313538316261323437 -30316465343435653938626634353536353935383363393265633039643438653138363162396261 -65653036333863313535356165303938663433316532346239306235376365623832353264343436 -30393536613766316137613065396166316332336230396637666466393930323361346530356665 -36326231323535613663643162326632393965643832323965313162386361346138303066326564 -66346165366661396338363866343535643661326636623930633961313063303434633137373963 -34343631326239663935333430643338303731346666336236363738306561383662356333613637 -30376635376565353831373465653330346538336666666161656163613436646665376236326636 -64616439363162643764353964306136343865326164396331303961343863363365646166303262 -64613139333763353532636632386436306538386334356334633131363334303532303130363937 -38626562356266363235633333656234626433333531666339656565376137326537326664653730 -36383634373335346362643565353063316263363038303334303338396265626238373062366263 -39666663653730393338663961643135343765356637373565353065373265616438643064636133 -66646366646261343837346165613833363837303436346537353231666231303363343136646166 -31363139666561616535323263313163656239613061666133613630373634353661363431643831 -36613039393635376334663737626165366366336362356663383865386664383262346366633338 -38313664316563333035353839386238356636353563373338313931353730613239663732376331 -63356363333735386137656336323733393433363738343366383864393731313965306435353133 -35613639393265306133383332316535626665653737323933373338353662636336663932653963 -30376333323365323961396535336562366261656262613565646633386530613633383366316632 -31366465356236386133666462613730396332386261366639316336323666366133653064383066 -33376435333262636634323832333639343932663332353766636563313232393432366133333461 -37353965616334356433633933313631633639363636313730363861313261376438343461336639 -65383963333963356366623861623430646262656536363330633333346338323232343263353331 -30373835323561383462613462353261383436613532616265333966663931386661633332326638 -36643134303534336265376164623032633233313064323937373131333564333036663530343532 -63663665633034383063313733346264363335653930643264323231363038376337613232613363 -63643834636462386462663832613430623162613331653865666231336565636165363733623334 -64393939643730353931303165613535653835356534643238623936336534623439613962383030 -63356265393330643535626266306135663363613462383530373133363865306461663337356434 -66393066613132346563636161633565333566336232303634366162623931316134393132363064 -37343233366630373238626165643935363262306164333238316464323332626632616539393131 -62306436613362326635333035306161366565383339326266636165306231613431326132386631 -33373165373739353035663831313433373230623030643630333561616638626663376236633261 -31346230383531633336386563333330626531336136663066373539613264653465353733396231 -63306166653934663631653365333463633930616630393866363032316434353065646265616531 -64363038326436303036633534353165333164323933633139616532376561653164313861343463 -30343235373930343536343033646533363663623863633532346233623231663065303062643265 -65396330383361626333663061313031663536336666633532633531626236353163376537656331 -36373136653431653133343935336336373239663632386463356638316261356465393035626238 -38343162313961316164663235393661613732363836396336383862366332353765613536303130 -36633937656233323765306362653965386539346331376566633934383163393863393331393330 -63326635336233656438643132333237373733653033353833336663376637613836386132393461 -64633932323865336133336637633337393438386365386638366235316638343138633035666234 -32646332613931663832636561343661646536323365663636386563306136633437313539633661 -35333337326339663936356630326239323663383439313766653233613063613032376230626637 -32313332616261613037636536663835393762663661656538613061336665633666373132663139 -34666561336533323735383966623166653565336638653565346436316566336466383033373365 -30306631633665343133316164336532666533336433633435323038656535643261353837393863 -66626565373363343836343532363434343334383131386238643735636337633565333635343037 -35316336363064303765386136393931373861313530653234613133316166623366663866376237 -33396234376663643937353137333462303733666363353033326234636237646430363733376433 -30396639363734663461353936633736383963623436353864613434363464323230383237303230 -64373965386261303764376137303438373839313132663963633630643264613366386661626261 -61373930636164633533633561643333623163323632623138353532653839383263343361343762 -65633464633930636534333031333739623332353533346166616532616661393230383936643534 -37333163313066343834306266363366643838313734623465396564653364346139613862646562 -66333435316237356238326235386432303536306165663236383433303635303861373265633062 -66313635353830356634373463356466303930393737653762623631363030626335643234353862 -34613131346662343139666536653265363963656433393332346463323833323962316337633961 -37373738636233313431386239326161663632356134313761303663646532383561316337303433 -65306133313965376338313733613534393730303937643533396163373666386434326364356335 -65363139393163656166636661343263326530333637613531633461343164613835303336636631 -63326230646538663265313635626563336431326530303764346361393435316161613965613463 -37373034653064363335356231343465633139656537396162393562376535633863323038323337 -66616237353335613631303066616263363661336466336261663966303363623662613037326665 -66396632376234366462383531643164653539646666366337366665323730656639346662323863 -61343036363562316236646663396165356466326539633562623433326361353730383335663039 -61366138626563333936356163616466616339646662663338303533346230303035616139353162 -64653963646461656261373732643533643365636632343664346530386636333161643930356662 -65653534313163613338316438316632663736663862636437303765373432356635306635626231 -34306233323836343834353930383365363665386263363034353333303535623738373630333336 -39353833636461336333353535633964306463383466626336613839323563636165633837373535 -38363539663064393431343135343739323434336164343361366434333636333866373436316639 -66303431653762616536393262666665623230656333393730623237393163306131393935376538 -61313533666261393932386639363532346535623363323838613635626338303233656233383033 -35376465333537383432346339383130346165663838633465323838616566663631616431373466 -66323031376536653536313832333634643438313666353931333531663737333338386162613861 -65313234346430363732376631353339626430313333643964393937653738363065376662373661 -39666331663464346335393139386634643330306563633530613062613062343132633666366366 -65393139316332663066613264653739363437613431343364613863646335326463663938653131 -32653535353966383334333033643439326239613464613238616537616533623837323464316562 -63353836623265333664386133363065326135343162653534343134653531643766613937356134 -32336130653231333733353934366462636637373031646433333832393463386537303361363531 -34616362646330393537653934633730343339316663393136306162373332616261366466306338 -39366463633533346331396531383261363035366239656366623165396431643632346431663935 -32616532663664363037353131313762373764386139316561353262613939396131363763366131 -38633535326438386436623937303937366331393062373061636434313136646661363162643633 -36353531636638373063633932343637383761353936313436353966623933326565336464316231 -62653037653262376430316134663634646565613737643763316133366433353564396135333437 -38303633643362373066643335336466323365376665666634386539393962346633383430343434 -31303034306534633031376165636565353562643539613162653938666436633730306437303762 -36393062623231346166376561363766643338323461306335643534613332633233356431393034 -33396535326635656663643739313366313134656231633661333636306330666630303861643166 -35323738623939336262346566343466313665636562316637333261373431643633326564323732 -30356365303432393462366236613838323235383136343665393034356661366539653565306332 -31386338333435616138356438613763663330623433373165303639663962333963336463343039 -30336262633465663830366563336431653862656634343137613430386633333539316536376565 -32313264396131393234343662383866613130613261643762376636623339633638623065313736 -31636463306264336361343264336238386131663736656634393162613730316165316263393032 -61313433633231623034643661363437623132333634313432313666666130653465336264623130 -64666331363765656365303563373934376436346665376534613362616233663930373865303937 -33626532616339626231653765396233663031373031323966613361366530653666363134363231 -36393166316130653863303933333666643063353733643762306263643463336637353966396238 -34356630396162616633383664366165306463626565343061373939643865666366303734323939 -32376161306562356332653631646661326565356161313763313636353633623336313632656139 -62663566393834663536363366646162313634623037353663313931326632373736376635376330 -61386262646362386163643664623033376332643162666461373638323135646364633136383139 -32356263623761626232383930643964306631333532303038336632346337366131373035313736 -63353038303334386233396461663762633862663937383265376631363831303766363364613734 -36373266366365646538643865316533393961653035323036613035323839303863396530356330 -65653566633831366131323139653337336661353334393334643262366662396336323265356534 -63353764303032643164333934336463333535396466623261393434663131336235633134333031 -35383430396132633232303261643734633837323332343639373864653066616430623430663664 -62353262343737616466373864623431376364383562623061303965663562333037386365386336 -33356238316565646433326365663736616431636564356431346262333233313964363235633539 -37333633353835623230356435663733663365353531623935316362613635353731646466666362 -39643966353664396437316530373038373262653731306161373164636561386130646663623539 -34616532303830616136363237623764353333353966346537393539663137363164363865393230 -39616563396262623636316464373731313830363335623631383663376563346630343234626333 -33333762353163373063303364303836383839633934383565343262623934373832393162656666 -39336134326563366462383333353430643834393335306635613539656234666134383436616430 -39386538356264633262303830636236376463663265336531383164313734333933303538363064 -35333061343965613839363364616166303062653631633531643163633831656663383832343739 -34376338356138613266613965393034333864383962643630326138666363306661323761336339 -37663238386262333263356234326338303332363837623238376264356566306337393065626233 -39326231353166646534386638336438623138366562363664343431333739653736333561393636 -30356231636263333862356234613761356665363531616432313432393333396438656239303330 -64343732393963306661366533343931303833343562663332323361343931383263643739376265 -33623038663665663061316363623165613230363561353238373465313839376637316138613137 -39393365613861373961616466626236376530303964646331653930663935343633626639623161 -62393532316633346632303662303431333864333063653438623335323833333932336334336437 -34656630613163623938366438356561346666383761363164623439653065643461656430336430 -66323962373062386463333730643364333465316135366432356630373666623738626532303361 -31613564316637636431343765366439643631326434313131303134356233653233626236383263 -66383262633661313066306161316364313038653364633139663037643832643033343132396534 -61303837373263623061383634656437393936316434633265623638666162303839316463393636 -64356666313837366264396632353830623363363838323463323237663562326662326264373335 -33303130386466613232326534313939353233383563353163663837353763383433636166653162 -61353733666364396631363038333130663266326632363562363130666535333034623665643137 -64653038656166343732643838316164633766336165623236623530633562333364646261356139 -30643430623565626333383535353666323861313164633938643539363265343066396562623936 -63636662303366386637666339353234663636396136346461666637623936666465303234636132 -34313064666362646538356464376465616534646336373839656534356261303735386632366265 -35326332356563663364623930633634376336613534613064623838323837626163306133393235 -30386462373437323232343934313762316238373333366564666335353138633930386161613265 -36353036396230316539303535653832333463316364656261363261336333363665626137633537 -30656337396232636535303930653136333564663462653361623536653934376132306531666661 -61306635383732386265633630363665613163316461666133336237656566336363346238616335 -64636232633636616633346436633435376631646332383562616364306235653366303766333537 -38383838636235653661643936336238393930616233653432353839633364383739386535353431 -31346534343234656134386432626562356638383963666265313931363637323437643331313233 -34383835366265333662343163313264383631396435643633653037383762323030323235333536 -63386637613337623234353463626534383535653939373964336531303036666165656134366332 -37343332656131396363386161346331633834303161386630393264376461393630373364393739 -37343835366666656666353735343936336538353434666634363432373233613032343463383865 -31646666303232326465326436623965663336383634306232356538663965363939363363613633 -36336638666536663361336664313830653666663066326462323030613065396265363130663239 -39336334306233303032653833663838386337393635306439623134343839663462373439643037 -35353061336533626264333636633733383162333934663032366363393831356662633133356439 -39363030633031643762373733636163623561333963356465346235623539326164386537633635 -37373065346336366266623938363330623331353064653939376363356164633239366535653065 -31613061636333306562626334326166376165336437613031363663383661343965386365626632 -39643236326238633336393431353632346330623231343831313432663938356365663339393833 -66383232656161653565616331626134363836356664396637353832373930323139613763346266 -65656138353531653637643635306266386365383638373739326363366138633164356536653939 -36636333376432313535356536666433663734323164646466383637626666666532613732386539 -64326631373362383334393734366637376236356134313133383032363133616530326134643738 -34326363306336373234336534383731663933613531396561663062326230346265396532323863 -35353463656238643563666337353765666265383331393939356133666233653864373531376332 -32333264633662656538356262623430373334623232346262353938353662343463303335316232 -39623231383433643833353832333030383434356237353032623265633965643363643833333130 -38343036376662323934333164323462643664663465396639613432646630363037643635393564 -34653636363732366163636332373038353636646563636266336461666431336639376166363636 -63326463363762343762393765666166656632633862373165306630353033313563353336613539 -39373934323263333362356436653564613737386534333165306439393437633335303664336466 -33356465316462303338313561333735306134626263303231646635343764626464383937643931 -31373832393566613266373962633966366664666137633430323665366339613038643436663339 -64666664306239376336623839616664303838306664366265303964353266333432313738343233 -61373638633661636363633437643534346538656337333237633962653730653161316432613961 -63366136653532316662643865623631336164636561313232313630313334333533633364623665 -65396266613338613130623633626330653131356538616238626232623930656434346437373666 -31333965313430373132633338383566646462383561663634653464653630333638636464383061 -61393966643737323661363262386531316666303563616237316436666330356662626535373339 -35396465316266363061623831326164323066353531643131353163383934366137366537343330 -66656138623661613164383938643366303135373761336561636639313837666461303764373236 -66643739633033616239373337356330643761373262376565363264333831353962353135646436 -37333939613939616265343433363464633237313839323838646263643361643532336235633462 -6231 +63313737356234663364633839353638393064663937643934333430643832363065646138333038 +3133663766613235613137383736383030636236323166370a366235353833306336336432376333 +61336662656336336530326463663761366232393063326365366561386636636165396430623165 +6131643963386231650a356137646637333266613966343631656136303438303932326638363038 +30653364343436383433663639393633356633393836613263663537366335316130323365653736 +31353831343864383932393661383431346337353863643063636632313666613562306237623930 +63633061343263626139613337376333653562653432363763306535663735373433336636376437 +37646265373831613461363838303635306662633637643535623961376564653265663633656537 +66663134383638636138386137626133613964363333643133356365356237313935363531373066 +61626337396232316535376339306162316266366261383630623466306634643533326166386234 +65323262363337343261633638336364333230343035653032383031333431623032643432353136 +66653865623931313266326161343064383938636435306636383033313731323762383462303238 +34643562306264316130316266623838613361393462663361386234626661353838363036323937 +31653432623236303263643739326561306131316337313030636563363838353638353665343339 +38383938333164383337623634363430366232666231323539373239363266623339306434313162 +66393238663031376231386431666132643139383731323535313839643864633239346364303333 +61623238303038663833396663633963323863636139616631373036376337396262643862633939 +61646662653238396532613962376237623561313461333061356663343664306563386539376633 +32616433333163643066313330666263653939303932653835303562623061363833636435643534 +62336561306335346664333833306335323364613039653263373334616134313962613630386262 +63306630333739616137346338383964346365663836353166653236636663366539396431323032 +33366362346462303865623937363032363233316530656534383164393138323565306139306461 +35656266633636393631353435386337333039303535343233353134333839376163316262316533 +62313764306330316339623033636436313539326664353339326635613462316362333661363635 +66326565636439353466656663303663636237333965393961656637623933636366653562663564 +38373463626139313234623333306261666239303135333965656537393338323763666131366330 +38303435353765366162373430393231656139316238613839353432306231343130373038376135 +33396232636131653534666164313131333861336130636664643730393631626361353739303835 +31666132643830376335343938376338666538663865613132313130323736616237323134333031 +35656663346464383233646362663736633230613437643834383833633637656161303865343362 +64303636616262383865343332353139633432626565666233656436653761626563653639613334 +64313030643363323665613965353565393762323065323735306337373833373035396430376137 +62383063626430313532653261616230336164666461613966623032323965623962373830626236 +37356361326562613634376261336436346535333831643764343932356334616535343364316563 +64333731383831323165663530613736323461643836363438343134633635336431376664366364 +37326565613631613333313632666538383966363739666338626431643734636565616665653938 +37623839313030653733626263656666363362373135623562653462363330366136373938663532 +30343436303863636636353931656562303565626631323238356463373330393161373932373965 +34636638633764616430336131363734323932656135343032636564383231363731663963666663 +38376263333938643933363336373637396237303961653062343866363632663532336434643063 +63353739343033396130643638396365336332626439313231396361383736373036393838623532 +35383566333238626131343530313463326631313462333462396233613438333365613932663237 +35376232383238323636343335643236656135333766386565326337643466363064616131616430 +33643131363639363164316438656364386532626134386666613533643831326162363961666332 +62303938666565393938393133363734613365303136623638613532333033346465633830333164 +30333363376338373063373338393435626566356338393036303939353236633339373538613661 +63653064616338313135373238383432363138356665386638343434326337343862313431333535 +33633761333836376238376530636236613165353266363433663065633038626532343462353164 +61396530373532343831303331316236373834363538333632323664633363636133373438376234 +34343136363734333963383865646361653233393132373938633930366462383632333839353861 +63353030373137633161396165636366613337646461353265616263303663393636303231386234 +39356263323831313439333630376365343530336539663139373933336265303834623734656339 +35326239333163346335316138303831303063613839353164663563363737303834343132393237 +30376132303862386137626333653539303133366233303335356636303737353661306163313165 +35623865336130633366633131343838343830613537626539306566306439393737343438386162 +65393937323337306439663435346132386530353564333730626533373537646461646339323530 +31613033376539653363636332346238316632306463343436346239633364306638663464396639 +30653661616636663762353461366330613337643531336239346163306234313330663435336439 +61333334393937303933393965663030656232336464313135323164323030656134663030346366 +63613638623666363936613065643137636662306662396332643362333439393732326263623461 +37396135353033353832393763356439643566373738336438623234396365613136616432633636 +31363735393664303039333233313636326564363963616365646337373065363937306164643239 +38636131633563616339343734313836613462646636323163336136623034613965633433633035 +33396636323662343638616463303731306665616232643161613937356530303562383033626365 +64393835636365383432653330633538336435373336623833626337363264373665383530663538 +62316266326634376133666334336563656662666536353434306232373465623835346233316664 +63643966613363366363363265626435626132346532333864623834323061383235623034316139 +31386163623133366365353766373764323833363035333835383163656363386338386433323365 +38616437353530643739306365386134376364623665313965656533323334306438393031623434 +62373632633636663832353465353666333362663266623633376337393330353635386533343235 +63633938343062336436356334616633393331666562313165666664343133393935633465393739 +66633031323531346630343265663933666338623765663163336435343632303132313139656637 +64653030633938326439336331393763316161326464303231353066626464633836323431303666 +63316230623539333663623961393434393239373132363935326635383930626436636135386663 +61343433666365336638393639323038333032363462663734353031376463383531393661396333 +32386666316230613463333964323332373765333962383764613931643266313839333639383964 +34663761336166366532383138623230613037646165363039613138316464306135366366373136 +32353937663863333738356166623836303863343665353564326562313937333965646132626664 +62323434313964636564393432636534396261346265353336636564386338363137386632306661 +32653938393831646136613464663532313531636331633264303230306134623431333564666130 +66363330326661393339373235383530656562316531373666656638343038336164323363343637 +61653131313462356538656232643237623038666664663435363134363162306538383930373637 +63633539623265393137393332336463653132363661356365656237663461613764663837323336 +34613732363466353836363064383661626431363061613430616562396161366430363362336338 +35626265336562336134633538326365383365383766663731633738323430633365663266393061 +63396365303462386665343666346133303661616435663566303634363833303663383464623237 +30393364326333393932303462386435616163366165646463383765396132663166316666656462 +36346266636539663336646231366463353839363639613765313663303232633163356565643565 +61633163373335316362343835663364626336656236373361373830303463363965333432363134 +37333961636163373963613263353039636266376265333632363163363334353563323533663064 +33323234623035336232326238623838383533616533626665643133636233313062343137376263 +36653762666562633837356362383662663338616635646535393139356336346639326264643835 +61356531316366373038666166643434656633623635333238303831656338336539313931383762 +63376434373435646562623934346437316465303565313564613365663533303665363662653039 +61343363383438633236643664396533373134633963386638396236386561373161376365303832 +33333563306662623137633231613566353361643735666364653233666136313230633338323764 +65373334633836623666396637363166323631383835356666336461636433653464366138343630 +33323064353661633131303830613534636164643432303165376437346161373739333633616533 +63356331373061663463623435653632353433316261343562303837336135616636353864313432 +34643362303063363861646639336236623533636463306137393034633837643331653739643662 +65613763373665343830363063643738326439306164633533376339366265336466313432643136 +36386561343862376463306438326539393163356165313936323939323831343339393433643135 +38303862393932306161383236663466653933353932616537383965316464643762363331336137 +35663533316466613862373634323535663434303563386232306339613239633732346238323163 +61313330356631396135313765646435336633643038653835363436386363373138666266656162 +39363833396165323236376635626130623034336139336233333931323933306664333533653361 +35646139666131643430353731326137363135316236383833373631396266666463626464353365 +65666630633437343235336561366566366139393965383663623534643333383637646662313134 +30363161613464656632313536373631633166313162303761303835343338643366306330343232 +65656238346132383134626564333336306463643962383530343064343263643435363638366637 +62393337313732353230366536383434386332383837303161366166663430656335333733653738 +34386637353132323939323162323734643936666563663037353832666330366538333138653536 +62343462353835333232376666653538346564343566303135333434303963393032623564303034 +62653732666135383666623061646339366563316564613031303639323732666362326630643931 +35333436313236666563376131336233396336626161313863393962386638656634346137646530 +66376563336432633331643939623834353162613030326163383565396334383839643661363737 +36666363636237366537376565656465663834646665333930653132393461636334303334396161 +30363332303938336462646632303435643635363163333431343032616432646233353463396632 +32303938623263366634376536353764616361393430393361316263336239333633396666666566 +62633032383131636162333336306139356239313732383939323662386333363635663634616633 +61393262616162623966393264323466343738303566653862353939303637303039363136623662 +66336166326336373962306138373137313731656330373036656662363964646665386131656334 +36353432636238636161633131363161316438306430356233383232303163633764633736343264 +62346664663362656634666634353939663937613863383037333861386135353338613461663466 +36386463373938383637653733333637656362663061396466373563653861386630346330626261 +33656164363362306433356137346335363830306461303431333461393238373838336235666463 +33316235363338383435303939656331636639623733636566396536383461353534613331356139 +36333165303562313236623265613136653935346237343361636136343835363162656636313564 +63373063336434376232393662316634343734333534363537373637636264643666383835303536 +65653534393839623063396433663630363263626232613065663031333235636333643062313065 +30333330636339313032653431646639373465633633386166646139343461643964356263623738 +34356661663339386135383732643039613034326436643334656564646564326333323239333235 +38383562353263623265623230323333623536323139366462316665626537656132356561616361 +39313639333638656565393531646564643038336564623635343438376533343732663635653031 +30633231383431663834313066396362636238386332633665663661633733373836656335313239 +33386638393935346361376637663539663832393763343662643363623165316331336463663134 +62633832336236633831653837643764323031663734376262373866643036613931306633343065 +34383637646534373135306230376163356461646136393463623866303834333636633536336263 +33373066366333663063623638643035343161353633633631643461383332353263303962303432 +33303737336137643463343333633065643237333539383563376662373833623931333366373833 +65653733653363613561316365646363353535323838386133646532353364306639646561323937 +66396663383934616665653833646661333630303737666239383365363530393430323439353030 +36393064393163663234393665393233393534376236633139626662666330666461633437646466 +35346262663265386236366431623937396330616230306533616266616265653638643732653164 +39336232376239656134356363636332343631653133653231366338373535313363646430653137 +34653435396338306436346664383932336130393966643561373062396438363839363938313036 +38303761616630303265313665623535633032626333323932386535376166353534663262653130 +39313664616166383530343463633561306137313162346335356562346636383239323765343962 +35393462653034386662306438363533333865343634343565653164613566313331653832613035 +31646462363465316133653433653165633530643666633031643133656638323132653335626431 +37613631366332663165306264373736353532376431326131623764353238623762393763373365 +33663738626263663936373138613764386437656432303135656265636365353834616465633062 +66306435396639663533633465396664303936313936613330646564613630303131373437313538 +31306637643434303635316563323662643433643531626332613437353261313963373933623062 +37303331366561386233353665346236643363326537616532306236646533646163343862386333 +33343335373864636232323538356663343230323362346533323865383630613666366364383964 +65633434353763323033386231623737363033376438616162333339643463323730333435663566 +31323139326465393261653335366330313936383939313735353133393938313066636533336664 +31346166613434326665333866633762663338636335373965613435396539363834326338386564 +37626666653961376265343138323934373234636161373037656530643832663764346632623734 +38306461646231636666623166323334323765373639343665663537356564356332366632623434 +62353666306635393237313838313739313330623466376638653766613734663964666334313834 +32353137333564343334613937353766663532323063663233623865656439323864393838643038 +30613164356138316534643166633834663531653664306563333834636632346635666662323435 +62366662353930373637613032316639323836626166663766396461626130393031383331343734 +61633165663461353336303761613637323435383033363437396531613332323037346562643835 +38643938616436303062323763396338353365653738323838353865313533666639646462633933 +33323235666334623137363331313565366631633533643834323530333462386539626335303935 +37323161613762333932303465656238333435333162383338396565313665373537336439336539 +63326133353762346366313963383636666438633439346436306661366563373934663034653037 +32656463363338656562613332613566323531353964613139376530303437396139656530396166 +61626561663836643333653736316530393566666364633563633336666431616531663233343065 +39353036336566613934316434306261626363636536643265393230623630316562636265373766 +39396166373565616464386234363639323839346234303063666239323337366330663538303532 +32366338323263323530633762336438303037623330316666383836356630346235333065383263 +35333734623461373331393436666164656433646361323638353430373739656338306438333231 +31623632356231616663613734343965326662636330646533363538303562323433643430333565 +61356639383464393538666134396634366264333338396435363336656334376530343162373464 +66396336363136666335613737666330646536663364643733353761306534363863656461383331 +37373061333138373331356535316338626238326134626330356234376133316163663264643333 +38646131323063343032613765663232323164303338303634336366353238663532356335376638 +64323165663261363431646532383037666262626638373131653663303931383535636236316531 +36343736363431316661383031626633343334653164393231303339303564373665623434326639 +64383062373566313562653836326665623531316531303334306431383466313763636338383035 +30383762336666343639623138623961366365303631656438636466613663653537623635636262 +32616662303765343237373936623664383035333437663436333231353239663966343764303761 +30663837356435383333333237393664386631313337366437333735626136313561336465303934 +61623934346330626435303034366636306364376466623364366433326539653466353232616465 +61393632336463383262663235323665353931613065326565656336396261356235303737383662 +62333035316265646533653061363266303037653766366262326631376466343932313530653238 +30323165633338386637333865313761646633633735393238643464653638343934376435343962 +34323934383038323439626239336332653330366263343961356438373939373065393036633536 +64643839636261633234666663303063386438303132633166636631356166316535666132356161 +36333535663235663562383935663463336638383565326630393337663930376632666364353239 +61336233393166623937386666313464626633353430663064366631323831333739356261393837 +35333631383034313463336263353135656234623535303233353465316166623132333063386366 +35393234646139323132326163396632353763353262363139613562346266656266626435336330 +30616566353163326336386266666136643233393662643562376337366433306139393438373130 +37383565643931646632323664353363613763396434646565373333623638646463373639386237 +61616335363936303461326161396662383936336434626562613036633035373062663065356563 +39336233366262666631373439386632396637323737373165353538363335326664316531306261 +39333834383532393431343434396336393731303431336365636434646465613165386561393765 +33386333626366333262356539313134626533356465653239306235366562646533636334366137 +64323735633865343839653136343338313466346639323165663334343534376635656166633236 +37386365643737353361643935663039323537376562336238363937313036623765646538393530 +62353062333630613764633162363836643431373162303065653065666331303065616133323862 +65393731646566343939643031623835663064623561656533303962616335336234643939346165 +62613064373438366535353236346363613964326465333737306163633535653464636632336136 +36386230313931373836663062383164663463616535376431396632386431313161323463336562 +31323334326535613031303431376263356532316461343332376466646639646334353764376637 +34366334306166663030323134616234393665386533663964653538303430333135376234623139 +30353034373636396630396337643637363633306665636161613836343037303462336433643739 +37616635633139323866366138656336653065373437643861323966633639383965666133616236 +61313565383364333337643831313063626662633730343563666631643661623461333961363531 +32646562643130616132306262656536303330363431346562666361653435356138623435346334 +32313036633930323235613133643538393731353438373731306439646430316134313964303933 +63363638313266313532656232323939643031363162373837356230353934666131623436343464 +32643662366638643239363634653338343962326430313034343130323533316466613334393939 +66643131666330306530313635633734633565646336333366643330386262303737363866303037 +31396565303139656164306262666263656262383836313139343735346264616137636261386361 +37636466363865303362636661316436306439613262303933336135306264383262376439643663 +64663934323936353065623736623665643732346238336465656562373433656335313361323565 +37303562363466336139633065636236393236313831306330346234376639373635663638386330 +31653138396437313966353935633633336664333265303137343836653366333263656463623338 +66353061623431656366636137633035333138393135396433633566336435313337313835346130 +35633633323136653263623639613336623430333766666434333663616238306332613062626238 +38346438643638653063643133663962643831353866633434646436316239303030666338396263 +32393266333133616265646661633266393036343833316339633133336637623936306230363536 +33623264653939666466356666313465643863333765313930383761366335646237333735393230 +64353164666238313263373566376131323336636162396664653238306634303330616162333030 +37633561333932316233363666306234656335623033643962653932313266303564316135316334 +31633262646337393565366130656635626637336162366362383533303431396166303338353532 +64363366363961313633646231633165633836663939623039396662643462646431336230366439 +31633061366631353762663538316365616339653333356463336536323737356238383063313161 +34646233646137346362396134333665363230356339663664363538326530663539663436663562 +31303736333964366461386631326535333564336134316365336135326438363436326339333838 +65623039626261623563316537313231643065626136326163373835663536333666613734376337 +39373538656631326533616231653031346563613333663339383663316538663331643430326362 +36653931663732616532363765346537636333613666363137636363613331303639616263373736 +34386364663839613165323037363261656134323439613861623361333761386264303833346133 +39393031616665666133393532633731306662303531313137316266636137353363373835376336 +65323466356639356339326134626234353430623666393731386236366236343861633665616635 +31363761613566303031646535303737623731653834663465343766333939646130316533323536 +39373261363466623166666364366361356535646431643365353832333837333231306465333231 +36613561623535366565313538366232666537633064653838626334303438333662666231333935 +66623166633236393963316564346334663836623437353332346235623062393465326562313932 +34373139306162666163636130386162303538353537313365353133626262303233333064626331 +39386330343364653231363161323336303830303836626461666565333337666239333563636330 +62396463373663646238616536623033373732666130363963646566643963386162616433336631 +30623931666334383761313962626638636562626435333762356335333765373234643936353135 +66396464393161336461363166343639343534633962353130633436626133353736383637353436 +35383931316263373562663731333266393539383631373635633061393638643535643534313636 +33656335386431333337313834373135356538366131646539623963653039383034303563383938 +63363064646134383161326230363361626466393138633865393537663166306238383663383761 +34626639343564646430316133353466306364663464306263353231336566343234383464623566 +39383232633862373163353731653962363963666138656231643364663730386334633938323230 +62363335366539653437323865663535613232343832396138356335373331646435656336323264 +32386261633337323937353862636464346361303432633061653138316466316261363236646537 +65616261626264373464393362376436633865643264316139363866313838343133616230396633 +38643834643734383039653537313366663533646236343632636663616464326433653639646337 +34613161356335636232356436333533303435373161303862356331633132656162653937373936 +32326437323463336563353835313235333731663663303039656166343164356433376438663139 +33313762343737323566353938323836323832393331356530356633366437353265393365623261 +37343034663436303239