Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change dev pwd for notifications #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 28 additions & 25 deletions inventories/notifications_service/group_vars/all/vault.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
$ANSIBLE_VAULT;1.1;AES256
61633833643338336165353362663763373634396462626362333965313132646363636139643065
3761346439306231383530303131386637336235396634380a613863653661323662633536343133
61343266373531383361336238326365393764356130666539343233613038646234323766613038
6336363863353763610a636132626263613031626232643033326135626239383563303636616162
35313039306237616636616434643839376432636536313365313539386236366335383466663439
31346231313534613139363864303935366435366435626631386335653265363331316138663864
65393665643930633562373538343937623339343930626366653262316265633030653365363336
33633962323530373361646432343337666634626332626530653936613961393137323331656161
66653536663930626231383935363734643530306232363266313530643832306232316431666439
32356265636635643433613133633038353836353335363137343135663934643634393232653163
33383536323536376563326266613931323730636231376364336331343938376166343664616637
62626632646261636636643632393033366564373661376664383664393065336533643161306136
34373339616431326362636365616639336162613066656163393331303534313930633664326434
36616634373630336665663261333937353532636166353739663131336363323036306239623030
30653331353132366134353264626433326238666265306534383361663861633438343539343238
63666538653763626335656133363164316335333866363461613864333533306635316166313336
62663032626465376564343961626564376639326635633563393430303031396461666434313762
38316630646535303162333664306664383132396162643962666234643332386133363561646133
38303238313166633930376361383864646136333638326532633562633631323030313639623737
64663838373335313361666262356264353334656533373165383862363165626334306533633535
32626433396630306363396238386561326433386534346364626235383261356466373461383565
61643635343061616365643737616266303433643438373131333734643930383932656464313837
65656133313937616338626562343565353661616139353935356136373338353230393338306266
35303466303866396334663331343065363038663633643661373931626338353839656530636538
3234
65383836636661626261346335313832316530666330646363313731323663666537323837306563
3036303834303138613137363539393434316438373534350a343364303336336431366166643166
32323662396532356531393762636666393864386337633635613237663439626661636130636638
3931636234376161300a316363613665343062386465613838353635356435323436326138363931
30316635626331376437303134663438623264323833633938333963373663333837613533646338
30323938346666666463646438303866306133376637653264313337613663313664336162356561
66636330306161383962656364616334376439323432343734353463356135393833363065356564
34633135616130626162303232663366613366653636623134386566313835363734393663383763
65313139316232643430346137663061616535616563353031323436373831383461393134626264
65303137666430616233303933656532303531643165353836323435386138663537646637643738
32336436363437363165643039653066626436616230636162363639336637663537663436653038
63663236643538666364386263333066393531656632643663363431656434663431313162363163
33623935326436643233363838326362326464643861626238316234616635333631643539643737
38353630313265636137356232346465376465623133656432383037633063333238353436306536
62623465303230663831313137356336666132343230623230316466653864393337343461383130
39376266343837313066636463376139356236653561623633616662373531613037326137373263
34303662393363663830393437623233303666626435376638306161653832656532626536663066
62373133663437623536393165363865356463376630316261363237363831316461663638326139
32623736656236326236323266386662663461653939636334333538303235346130336261623633
32323635646263316561356362386666633938396662363237303635366639343035623961666164
61666135353662306334336266346139613064323435353864356164666336316337336165323738
31646533646533383361346338613532656135393061326361653833353930633335653061373661
65303231633061663131666637313530313961616565653166633934363138613834383535633735
33356534343164623536333236396136636332633937663431363431666433663364306563313231
35333936633531373237636535366435656136626535373632386435353362346362386163303366
36363638373536396564366630336433626639376432396664333032613763616337363736626537
65333666653937653634646532643163393932653836353435393065303666353162646164346366
37326661363138366437
5 changes: 3 additions & 2 deletions inventories/notifications_service/inventory.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
notifications_service:
hosts:
dev-notifications.nos.social:
dev-notifications.nos.social:
notifications_apns_certificate_password: '{{ vault_apns_certificate_password_dev }}'
notifications.nos.social:
vars:
admin_username: admin
Expand Down Expand Up @@ -35,7 +36,7 @@ prod:
notifications_firestore_credentials_json_path: '{{ inventory_dir}}/group_vars/prod/vault_firestore-credentials.json'
dev:
hosts:
dev-notifications.nos.social:
dev-notifications.nos.social:
vars:
notifications_image_tag: latest
notifications_firestore_project_id: nos-notification-service-dev
Expand Down