Skip to content

Commit

Permalink
Configure admin account on prod (#460)
Browse files Browse the repository at this point in the history
* Create admin account on prod

* Fix missing fields in initdata.yml
  • Loading branch information
florimondmanca committed Oct 4, 2022
1 parent 6544227 commit f617b82
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 21 deletions.
21 changes: 21 additions & 0 deletions ops/ansible/environments/prod/assets/initdata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
organizations:
- params:
# This organization already exists thanks to migrations.
# It is listed here because we explicitly expect it to be in this environment.
name: "Organisation par défaut"
siret: "00000000000000"

catalogs: []

users:
- id: "4a7416da-a392-4229-bb0d-fd6ac6fcba94"
params:
organization_siret: "00000000000000"
email: [email protected]
password: __env__
extras:
role: ADMIN

tags: []

datasets: []
2 changes: 2 additions & 0 deletions ops/ansible/environments/prod/group_vars/web.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tls_enabled: true

initdata_src: "{{ inventory_dir }}/assets/initdata.yml"

client_url: "https://catalogue.data.gouv.fr"
datapass_url: "https://auth.api.gouv.fr"
46 changes: 25 additions & 21 deletions ops/ansible/environments/prod/secrets
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
$ANSIBLE_VAULT;1.1;AES256
30376538346562316263653738656262323537323866623661643132343737353962623562336230
3065363161316465376530366436313637393763393133630a366632633432643538363462306434
61366531393234356531366533666263323035346665613732663265333961623433643739333662
3634376231303638300a653361333563376462666561663736656534626666316338626665383935
36643533656263313730656532633065636465326431353537633166333533353832373039323432
39626432663461653133356137396363333364646432346332316130316239363036323533653430
34343137623330326638313234343938353363333331656132623330366361343363333039666234
38623264313432323331393166333961336466656631656630356631633030396535393730303331
33343065376436303733653232303465663138356538353835643436636436356334313135326330
36643166326239373032353135343466376563656337336631346137353738353662383536393430
62356265643532326161386631646332336362613934613863663665396133623966373034383861
33356466303533346537323733356432613565653534343035396339373533643065353430646235
36393530643363643437613337336430623863326435383562656634313239386133386637386436
37303538393962313134316335656463383136653138393630303231306339303165313966663139
65333333643961303566613536626165366433346364363964303234326134643030613633626635
31386163656530386439643430376239353961356262633930656439383665343138363137646131
64393962393035363938633636343730346633386135626631393065656338346465626666333962
31626538316131633962343831306132666530306536346266323063343666376137643631363330
33393266616663376333356431393734306633306231383364376563356562303937366238343730
38666136346337313563303337306539656131306434663635383163393562373938376536396365
6537
34656666376436376131336662323031643465393234363961313363636264356630663531323833
6132393030646133396366616531663838386636333164610a623937633338303733616231626131
66653337656433613830396437306234306438316535303231343230653663626461663763386337
6138643933623332320a366262313664656163393063383934646630323734383862326664363462
39373265663135346437366334353132373135336337633338396236356133396636643631623738
65623465323637303366633330343533613639393231343230346263336361373737306135616630
38313634313833636138646332363263393262393739633961373132626537626161383566663630
36393936356663666164373430303739306331633166373132353232626239656566303537383131
30663830636339306333313034663665396539623834303036326630376233653633666434303535
34333863613031316164396631316630323634643031626233356139356234646632616463306535
63346163666132383534376339626161376135613566303835363830656236383030653265613865
32626331353736333339663939623762656533343664613934313531663332376564646637613239
32646361346633373436383632346163626534353038333966616266343633366430356565656266
34363630316564333034633066663735353332386261393734636333653266643963346465343166
31313530633138373363323330666532343632356239316136636563636165313138393063366335
65633530376562326635303565323534373930653630343831656566346532663032653661613932
65386533633835386134636661363661396462336330336261636337643930366663366239666234
37326537323765323761383064393065636133623132336365373930383661316234613461333264
63616532626663386464643166656233626634613132396636353062633864336432616638396462
30616537393365663737373739353361626664623562393135343031376363366666666631333962
39353866346132663134383765626236393632613564633461646131396364306530623730373665
61313962346264666363386130353632373234333765396632656133626637343364623532326232
36623163353165666532656430646562306137643565643530333033373231633336376565343438
63343538643066303933633561366336656330343130323135613165616564313736363661343139
3630

0 comments on commit f617b82

Please sign in to comment.